Guest User

Untitled

a guest
Mar 26th, 2010
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. Index: cpptoxml/parser/declarator_compiler.cpp
  2. ===================================================================
  3. --- cpptoxml/parser/declarator_compiler.cpp (revision 1107607)
  4. +++ cpptoxml/parser/declarator_compiler.cpp (working copy)
  5. @@ -141,7 +141,7 @@
  6.  
  7.  
  8. for (int i=0; i<list.size(); ++i) {
  9. - if (!list.at(i).startsWith("#"))
  10. + if (!list.at(i).startsWith(QLatin1String("#")))
  11. p.defaultValueExpression += list.at(i).trimmed();
  12. }
Advertisement
Add Comment
Please, Sign In to add comment