diff options
author | Aura Linden <aura@lindenlab.com> | 2012-11-12 16:25:09 -0800 |
---|---|---|
committer | Aura Linden <aura@lindenlab.com> | 2012-11-12 16:25:09 -0800 |
commit | 44d511669ba85a0311dc8d0901f22a1f38c0790b (patch) | |
tree | 75f0fba27183bb299acba3ba1aa7838882c7bcde /indra/mac_crash_logger/llcrashloggermac.h | |
parent | f52f10af269b211eea91a2d7fa984fc17ffc5b9b (diff) |
Pulled cocoa crash reporter changes from old branch.
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(); }; |