aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llappviewermacosx.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llappviewermacosx.h')
-rw-r--r--linden/indra/newview/llappviewermacosx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/llappviewermacosx.h b/linden/indra/newview/llappviewermacosx.h
index bc841fc..0928916 100644
--- a/linden/indra/newview/llappviewermacosx.h
+++ b/linden/indra/newview/llappviewermacosx.h
@@ -55,6 +55,7 @@ protected:
55 virtual void handleSyncCrashTrace(); 55 virtual void handleSyncCrashTrace();
56 56
57 std::string generateSerialNumber(); 57 std::string generateSerialNumber();
58 virtual bool initLogging();
58 virtual bool initParseCommandLine(LLCommandLineParser& clp); 59 virtual bool initParseCommandLine(LLCommandLineParser& clp);
59}; 60};
60 61