summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatereditwater.cpp
diff options
context:
space:
mode:
authorVadim ProductEngine <vsavchuk@productengine.com>2011-06-09 19:39:24 +0300
committerVadim ProductEngine <vsavchuk@productengine.com>2011-06-09 19:39:24 +0300
commitf593911580383af653dd106ade60084a0eb64ebb (patch)
treed0df16416eef0fa1c76eb924ec7525ff0d314261 /indra/newview/llfloatereditwater.cpp
parente4d00671037e25bfe233bcd441140e113aeba64d (diff)
STORM-1254 WIP Fixing a Windows compilation error.
Diffstat (limited to 'indra/newview/llfloatereditwater.cpp')
-rw-r--r--indra/newview/llfloatereditwater.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfloatereditwater.cpp b/indra/newview/llfloatereditwater.cpp
index d8ddfb5b1b..a5d392afc6 100644
--- a/indra/newview/llfloatereditwater.cpp
+++ b/indra/newview/llfloatereditwater.cpp
@@ -44,6 +44,8 @@
#include "llviewerregion.h"
#include "llwaterparammanager.h"
+#undef max // Fixes a Windows compiler error
+
LLFloaterEditWater::LLFloaterEditWater(const LLSD &key)
: LLFloater(key)
, mWaterPresetNameEditor(NULL)