]> git.sur5r.net Git - fstl/blobdiff - src/app.h
New upstream version 0.9.3
[fstl] / src / app.h
index 7a7672e7acd384de5a21966a1e7a9756dd16867e..2e06c249b26d2b20f6a59843f37bfe54332f4f0e 100644 (file)
--- a/src/app.h
+++ b/src/app.h
@@ -9,7 +9,7 @@ class App : public QApplication
 {
     Q_OBJECT
 public:
-    explicit App(int argc, char *argv[]);
+    explicit App(int& argc, char *argv[]);
 protected:
     bool event(QEvent* e);
 private: