diff options
author | Jacek Antonelli | 2008-09-06 18:24:57 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-09-06 18:25:07 -0500 |
commit | 798d367d54a6c6379ad355bd8345fa40e31e7fe9 (patch) | |
tree | 1921f1708cd0240648c97bc02df2c2ab5f2fc41e /linden/indra/mac_crash_logger/llcrashloggermac.h | |
parent | Second Life viewer sources 1.20.15 (diff) | |
download | meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.zip meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.gz meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.bz2 meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.xz |
Second Life viewer sources 1.21.0-RC
Diffstat (limited to 'linden/indra/mac_crash_logger/llcrashloggermac.h')
-rw-r--r-- | linden/indra/mac_crash_logger/llcrashloggermac.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/mac_crash_logger/llcrashloggermac.h b/linden/indra/mac_crash_logger/llcrashloggermac.h index 5577b52..292579d 100644 --- a/linden/indra/mac_crash_logger/llcrashloggermac.h +++ b/linden/indra/mac_crash_logger/llcrashloggermac.h | |||
@@ -43,7 +43,7 @@ public: | |||
43 | ~LLCrashLoggerMac(void); | 43 | ~LLCrashLoggerMac(void); |
44 | virtual bool init(); | 44 | virtual bool init(); |
45 | virtual bool mainLoop(); | 45 | virtual bool mainLoop(); |
46 | virtual void updateApplication(LLString message = ""); | 46 | virtual void updateApplication(const std::string& message = LLStringUtil::null); |
47 | virtual bool cleanup(); | 47 | virtual bool cleanup(); |
48 | virtual void gatherPlatformSpecificFiles(); | 48 | virtual void gatherPlatformSpecificFiles(); |
49 | }; | 49 | }; |