summaryrefslogtreecommitdiffstats
path: root/qtruby/rubylib/qtruby/smokeruby.h
diff options
context:
space:
mode:
Diffstat (limited to 'qtruby/rubylib/qtruby/smokeruby.h')
-rw-r--r--qtruby/rubylib/qtruby/smokeruby.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtruby/rubylib/qtruby/smokeruby.h b/qtruby/rubylib/qtruby/smokeruby.h
index dd3b81bb..dcbddf6a 100644
--- a/qtruby/rubylib/qtruby/smokeruby.h
+++ b/qtruby/rubylib/qtruby/smokeruby.h
@@ -288,7 +288,7 @@ public:
* Type handling by moc is simple.
*
* If the type name matches /^(?:const\s+)?\Q$types\E&?$/, use the
- * static_QUType, where $types is join('|', qw(bool int double char* TQString);
+ * static_QUType, where $types is join('|', qw(bool int double char* TTQString);
*
* Everything else is passed as a pointer! There are types which aren't
* Smoke::tf_ptr but will have to be passed as a pointer. Make sure to keep