Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Index: cpptoxml/parser/declarator_compiler.cpp
- ===================================================================
- --- cpptoxml/parser/declarator_compiler.cpp (revision 1107607)
- +++ cpptoxml/parser/declarator_compiler.cpp (working copy)
- @@ -141,7 +141,7 @@
- for (int i=0; i<list.size(); ++i) {
- - if (!list.at(i).startsWith("#"))
- + if (!list.at(i).startsWith(QLatin1String("#")))
- p.defaultValueExpression += list.at(i).trimmed();
- }
Advertisement
Add Comment
Please, Sign In to add comment