diff options
| author | Tom Tanner <thosrtanner2@users.sourceforge.net> | 2015-04-19 21:10:32 +0100 |
|---|---|---|
| committer | Tom Tanner <thosrtanner2@users.sourceforge.net> | 2015-04-19 21:10:32 +0100 |
| commit | a44cb011a5bf7e5825ac2eca8f183ea7eed63763 (patch) | |
| tree | a0dbf6bbdf879aeb09e9d90bd7208976d27d0a8d /src/moapplication.h | |
| parent | 11e67d7a6cec002fccbcf5295445e54644a1618f (diff) | |
Small fixup to passing of argc/argv.
Diffstat (limited to 'src/moapplication.h')
| -rw-r--r-- | src/moapplication.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/moapplication.h b/src/moapplication.h index cf6bc625..9db130af 100644 --- a/src/moapplication.h +++ b/src/moapplication.h @@ -28,7 +28,7 @@ class MOApplication : public QApplication { Q_OBJECT
public:
- MOApplication(int argc, char **argv);
+ MOApplication(int &argc, char **argv);
virtual bool notify (QObject *receiver, QEvent *event);
|
