aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloaterabout.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llfloaterabout.h')
-rw-r--r--linden/indra/newview/llfloaterabout.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/llfloaterabout.h b/linden/indra/newview/llfloaterabout.h
index 7564b8e..44241ca 100644
--- a/linden/indra/newview/llfloaterabout.h
+++ b/linden/indra/newview/llfloaterabout.h
@@ -46,6 +46,8 @@ public:
46 46
47private: 47private:
48 static LLFloaterAbout* sInstance; 48 static LLFloaterAbout* sInstance;
49
50 static void onClickCopy(void* user_data);
49}; 51};
50 52
51 53