diff options
Diffstat (limited to 'Tests/Qt4Targets/main_wrap_test.cpp')
-rw-r--r-- | Tests/Qt4Targets/main_wrap_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Qt4Targets/main_wrap_test.cpp b/Tests/Qt4Targets/main_wrap_test.cpp index 21edc7b..7b74849 100644 --- a/Tests/Qt4Targets/main_wrap_test.cpp +++ b/Tests/Qt4Targets/main_wrap_test.cpp @@ -3,7 +3,7 @@ #include "mywrapobject.h" -int main(int argc, char **argv) +int main(int argc, char** argv) { MyWrapObject mwo; mwo.objectName(); |