summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.h
diff options
context:
space:
mode:
authorCallum Prentice <callum@gmail.com>2016-12-20 16:28:53 -0800
committerCallum Prentice <callum@gmail.com>2016-12-20 16:28:53 -0800
commitd34530fd07e62c25e010e6373860b358855c96cd (patch)
treedf399bded016e10336791cf72fab829d08e300c7 /indra/newview/llappviewer.h
parent7359ec3ed8bef0eca971f380e6d0a28a26705bf9 (diff)
DRTVWR-418 fix BOOL/bool comparison that errors out as as warning on VS 2013 builds
Diffstat (limited to 'indra/newview/llappviewer.h')
-rw-r--r--indra/newview/llappviewer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llappviewer.h b/indra/newview/llappviewer.h
index 948d316009..d4875cc7c1 100644
--- a/indra/newview/llappviewer.h
+++ b/indra/newview/llappviewer.h
@@ -391,8 +391,8 @@ extern BOOL gDisconnected;
extern LLFrameTimer gRestoreGLTimer;
extern BOOL gRestoreGL;
-extern BOOL gUseWireframe;
-extern BOOL gInitialDeferredModeForWireframe;
+extern bool gUseWireframe;
+extern bool gInitialDeferredModeForWireframe;
// VFS globals - gVFS is for general use
// gStaticVFS is read-only and is shipped w/ the viewer