summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorNeal Orman <nyx@lindenlab.com>2009-10-16 19:13:44 +0000
committerNeal Orman <nyx@lindenlab.com>2009-10-16 19:13:44 +0000
commitadaae9e082fb9200e2ea1c7cbc6e26cb5de35fa1 (patch)
treecfb4ee36185177b48961d2b0699415e85a238af1 /indra/newview
parentd08b0b6ae8bcd452a3d707ac153107d0f1523df8 (diff)
Changing declaration of static constant member variables to match exact required format. Windows and Linux glossed over this issue, but mac was more picky.
Fix code reviewed by Bigpapi.
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llscrollingpanelparam.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/indra/newview/llscrollingpanelparam.cpp b/indra/newview/llscrollingpanelparam.cpp
index 1013d5adb7..0a520ff65f 100644
--- a/indra/newview/llscrollingpanelparam.cpp
+++ b/indra/newview/llscrollingpanelparam.cpp
@@ -45,14 +45,14 @@
#include "llvoavatarself.h"
// Constants for LLPanelVisualParam
-const static F32 PARAM_STEP_TIME_THRESHOLD = 0.25f;
-
-const static S32 BTN_BORDER = 2;
-const static S32 PARAM_HINT_WIDTH = 128;
-const static S32 PARAM_HINT_HEIGHT = 128;
-const static S32 PARAM_HINT_LABEL_HEIGHT = 16;
-const static S32 PARAM_PANEL_WIDTH = 2 * (3* BTN_BORDER + PARAM_HINT_WIDTH + LLPANEL_BORDER_WIDTH);
-const static S32 PARAM_PANEL_HEIGHT = 2 * BTN_BORDER + PARAM_HINT_HEIGHT + PARAM_HINT_LABEL_HEIGHT + 4 * LLPANEL_BORDER_WIDTH;
+const F32 LLScrollingPanelParam::PARAM_STEP_TIME_THRESHOLD = 0.25f;
+
+const S32 LLScrollingPanelParam::BTN_BORDER = 2;
+const S32 LLScrollingPanelParam::PARAM_HINT_WIDTH = 128;
+const S32 LLScrollingPanelParam::PARAM_HINT_HEIGHT = 128;
+const S32 LLScrollingPanelParam::PARAM_HINT_LABEL_HEIGHT = 16;
+const S32 LLScrollingPanelParam::PARAM_PANEL_WIDTH = 2 * (3* BTN_BORDER + PARAM_HINT_WIDTH + LLPANEL_BORDER_WIDTH);
+const S32 LLScrollingPanelParam::PARAM_PANEL_HEIGHT = 2 * BTN_BORDER + PARAM_HINT_HEIGHT + PARAM_HINT_LABEL_HEIGHT + 4 * LLPANEL_BORDER_WIDTH;
// LLScrollingPanelParam
//static