diff options
author | McCabe Maxsted | 2009-10-18 17:58:27 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-10-18 17:58:27 -0700 |
commit | e4b0e7c82d670081c071d8a3da31b5ec407b8e07 (patch) | |
tree | 9410962bbb582eedbec448139e217f2714050777 /linden/indra/newview/llappviewerlinux.h | |
parent | Started 1.3.0 branch (diff) | |
parent | Updated and added some Linux libs. (diff) | |
download | meta-impy-e4b0e7c82d670081c071d8a3da31b5ec407b8e07.zip meta-impy-e4b0e7c82d670081c071d8a3da31b5ec407b8e07.tar.gz meta-impy-e4b0e7c82d670081c071d8a3da31b5ec407b8e07.tar.bz2 meta-impy-e4b0e7c82d670081c071d8a3da31b5ec407b8e07.tar.xz |
Merged working branch of 1.2 into LL 1.23 merge
Diffstat (limited to 'linden/indra/newview/llappviewerlinux.h')
-rw-r--r-- | linden/indra/newview/llappviewerlinux.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/newview/llappviewerlinux.h b/linden/indra/newview/llappviewerlinux.h index 365fcfe..d757639 100644 --- a/linden/indra/newview/llappviewerlinux.h +++ b/linden/indra/newview/llappviewerlinux.h | |||
@@ -62,9 +62,10 @@ public: | |||
62 | 62 | ||
63 | protected: | 63 | protected: |
64 | virtual bool beingDebugged(); | 64 | virtual bool beingDebugged(); |
65 | 65 | ||
66 | virtual bool restoreErrorTrap(); | 66 | virtual bool restoreErrorTrap(); |
67 | virtual void handleCrashReporting(bool reportFreeze); | 67 | virtual void handleCrashReporting(bool reportFreeze); |
68 | |||
68 | virtual void handleSyncCrashTrace(); | 69 | virtual void handleSyncCrashTrace(); |
69 | 70 | ||
70 | virtual bool initLogging(); | 71 | virtual bool initLogging(); |