summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewerlinux.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llappviewerlinux.h')
-rw-r--r--indra/newview/llappviewerlinux.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llappviewerlinux.h b/indra/newview/llappviewerlinux.h
index f38a64a8cd..ce91b6b8b6 100644
--- a/indra/newview/llappviewerlinux.h
+++ b/indra/newview/llappviewerlinux.h
@@ -36,6 +36,8 @@
#include "llappviewer.h"
#endif
+class LLCommandLineParser;
+
class LLAppViewerLinux : public LLAppViewer
{
public:
@@ -54,6 +56,7 @@ protected:
virtual void handleCrashReporting();
virtual bool initLogging();
+ virtual bool initParseCommandLine(LLCommandLineParser& clp);
};
#endif // LL_LLAPPVIEWERLINUX_H