diff options
Diffstat (limited to 'src/ui/GpgFrontendApplication.h')
-rw-r--r-- | src/ui/GpgFrontendApplication.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/GpgFrontendApplication.h b/src/ui/GpgFrontendApplication.h index 52a0a610..caf0750d 100644 --- a/src/ui/GpgFrontendApplication.h +++ b/src/ui/GpgFrontendApplication.h @@ -40,7 +40,7 @@ class GPGFRONTEND_UI_EXPORT GpgFrontendApplication : public QApplication { * @param argc * @param argv */ - explicit GpgFrontendApplication(int &argc, char **argv); + explicit GpgFrontendApplication(int& argc, char *argv[]); /** * @brief Destroy the GpgFrontend Application object |