diff options
author | Jacek Antonelli | 2008-08-15 23:45:50 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:50 -0500 |
commit | 2a4dea528f670b9bb1f77ef27a8a1dd16603d114 (patch) | |
tree | 95c68e362703c9099d571ecbdc6142b1cda1e005 /linden/indra/mac_crash_logger/llcrashloggermac.cpp | |
parent | Second Life viewer sources 1.20.6 (diff) | |
download | meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.zip meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.tar.gz meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.tar.bz2 meta-impy-2a4dea528f670b9bb1f77ef27a8a1dd16603d114.tar.xz |
Second Life viewer sources 1.20.7
Diffstat (limited to '')
-rw-r--r-- | linden/indra/mac_crash_logger/llcrashloggermac.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/mac_crash_logger/llcrashloggermac.cpp b/linden/indra/mac_crash_logger/llcrashloggermac.cpp index 3cbd6c2..36d8285 100644 --- a/linden/indra/mac_crash_logger/llcrashloggermac.cpp +++ b/linden/indra/mac_crash_logger/llcrashloggermac.cpp | |||
@@ -53,7 +53,7 @@ const S32 SETTINGS_FILE_VERSION = 101; | |||
53 | // Windows Message Handlers | 53 | // Windows Message Handlers |
54 | 54 | ||
55 | BOOL gFirstDialog = TRUE; // Are we currently handling the Send/Don't Send dialog? | 55 | BOOL gFirstDialog = TRUE; // Are we currently handling the Send/Don't Send dialog? |
56 | FILE *gDebugFile = NULL; | 56 | LLFILE *gDebugFile = NULL; |
57 | 57 | ||
58 | WindowRef gWindow = NULL; | 58 | WindowRef gWindow = NULL; |
59 | EventHandlerRef gEventHandler = NULL; | 59 | EventHandlerRef gEventHandler = NULL; |