diff options
author | maximbproductengine <maximbproductengine@lindenlab.com> | 2013-01-14 21:48:58 +0200 |
---|---|---|
committer | maximbproductengine <maximbproductengine@lindenlab.com> | 2013-01-14 21:48:58 +0200 |
commit | e206dff762e9055391a8627c0067de0a11319f2f (patch) | |
tree | 034876127c6dc54526babe9ce848b6813e29ef5a /indra/mac_crash_logger/llcrashloggermac.h | |
parent | e44677ee79a38741d641fae74ba661b7e6b59794 (diff) | |
parent | 23ffb7db1bb065b5afbdcb94eab57720d604ae8d (diff) |
merge
Diffstat (limited to 'indra/mac_crash_logger/llcrashloggermac.h')
-rw-r--r-- | indra/mac_crash_logger/llcrashloggermac.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/mac_crash_logger/llcrashloggermac.h b/indra/mac_crash_logger/llcrashloggermac.h index 4b1d235f24..6d8f63ecac 100644 --- a/indra/mac_crash_logger/llcrashloggermac.h +++ b/indra/mac_crash_logger/llcrashloggermac.h @@ -38,7 +38,6 @@ public: ~LLCrashLoggerMac(void); virtual bool init(); virtual bool mainLoop(); - virtual void updateApplication(const std::string& message = LLStringUtil::null); virtual bool cleanup(); virtual void gatherPlatformSpecificFiles(); }; |