diff options
author | Timothy Pearson <[email protected]> | 2011-12-05 16:20:48 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-05 16:20:48 -0600 |
commit | e63beeb5bdb82987b1e00bc35178667786fbad48 (patch) | |
tree | ab77b6ac830b7944d5d1eb9ce8f81feb8fdab948 /smoke | |
parent | 67557a2b56c0678c22ab1b00c4fd0224c5e9ed99 (diff) | |
download | tdebindings-e63beeb5bdb82987b1e00bc35178667786fbad48.tar.gz tdebindings-e63beeb5bdb82987b1e00bc35178667786fbad48.zip |
Fix incorrect conversion
Diffstat (limited to 'smoke')
-rw-r--r-- | smoke/smoke.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |