From e63beeb5bdb82987b1e00bc35178667786fbad48 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 5 Dec 2011 16:20:48 -0600 Subject: Fix incorrect conversion --- smoke/smoke.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'smoke') diff --git a/smoke/smoke.h b/smoke/smoke.h index 33cdde55..16d3459f 100644 --- a/smoke/smoke.h +++ b/smoke/smoke.h @@ -105,7 +105,7 @@ public: * # is an object * ? is a non-scalar (reference to array or hash, undef) * - * e.g. TTQApplication(int &, char **) becomes TQApplication$? + * e.g. TQApplication(int &, char **) becomes TQApplication$? */ struct MethodMap { Index classId; // Index into classes -- cgit v1.2.1