summaryrefslogtreecommitdiff
path: root/indra/llui/llui.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llui/llui.h')
-rw-r--r--indra/llui/llui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llui/llui.h b/indra/llui/llui.h
index a38ae9a560..4c46fd9a31 100644
--- a/indra/llui/llui.h
+++ b/indra/llui/llui.h
@@ -347,8 +347,10 @@ public:
// even if their constructors have side effects
void reference()
{
+#ifdef LL_WINDOWS
S32 dummy;
dummy = 0;
+#endif /*LL_WINDOWS*/
}
};