diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llviewercontrol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llviewercontrol.h b/linden/indra/newview/llviewercontrol.h index 5de3e38..2475984 100644 --- a/linden/indra/newview/llviewercontrol.h +++ b/linden/indra/newview/llviewercontrol.h | |||
@@ -173,6 +173,6 @@ template <> eControlType get_control_type<LLSD>(const LLSD& in, LLSD& out); | |||
173 | //#define TEST_CACHED_CONTROL 1 | 173 | //#define TEST_CACHED_CONTROL 1 |
174 | #ifdef TEST_CACHED_CONTROL | 174 | #ifdef TEST_CACHED_CONTROL |
175 | void test_cached_control(); | 175 | void test_cached_control(); |
176 | #endif TEST_CACHED_CONTROL | 176 | #endif // TEST_CACHED_CONTROL |
177 | 177 | ||
178 | #endif // LL_LLVIEWERCONTROL_H | 178 | #endif // LL_LLVIEWERCONTROL_H |