aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloaterwater.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llfloaterwater.h')
-rw-r--r--linden/indra/newview/llfloaterwater.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/newview/llfloaterwater.h b/linden/indra/newview/llfloaterwater.h
index 5c1fced..40704f2 100644
--- a/linden/indra/newview/llfloaterwater.h
+++ b/linden/indra/newview/llfloaterwater.h
@@ -127,6 +127,9 @@ private:
127 static LLFloaterWater* sWaterMenu; 127 static LLFloaterWater* sWaterMenu;
128 128
129 static std::set<std::string> sDefaultPresets; 129 static std::set<std::string> sDefaultPresets;
130
131 static void onClickNext(void* user_data);
132 static void onClickPrev(void* user_data);
130}; 133};
131 134
132 135