Skip to content
Snippets Groups Projects
Commit 006c5bb5 authored by Jan Möbius's avatar Jan Möbius
Browse files

Fixed missing brackets


git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@11095 383ad7c9-94d9-4d36-a494-682f7c89f535
parent d27c3ee0
No related branches found
No related tags found
No related merge requests found
...@@ -433,7 +433,7 @@ int main(int argc, char **argv) ...@@ -433,7 +433,7 @@ int main(int argc, char **argv)
#ifdef WIN32 #ifdef WIN32
// Set additional plugin dir for windows qt plugins // Set additional plugin dir for windows qt plugins
app.addLibraryPath(OpenFlipper::Options::applicationDirStr); app.addLibraryPath(OpenFlipper::Options::applicationDirStr());
#endif #endif
return app.exec(); return app.exec();
...@@ -458,7 +458,7 @@ int main(int argc, char **argv) ...@@ -458,7 +458,7 @@ int main(int argc, char **argv)
#ifdef WIN32 #ifdef WIN32
// Set additional plugin dir for windows qt plugins // Set additional plugin dir for windows qt plugins
app.addLibraryPath(OpenFlipper::Options::applicationDirStr); app.addLibraryPath(OpenFlipper::Options::applicationDirStr());
#endif #endif
return app.exec(); return app.exec();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment