summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatertestlistview.h
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2009-11-28 16:51:02 -0800
committerJames Cook <james@lindenlab.com>2009-11-28 16:51:02 -0800
commitf280c43d616d013747a9aab05141635868e00136 (patch)
tree22a502368ea5c0526fab30caf7679cff42272cdb /indra/newview/llfloatertestlistview.h
parentfd71800bb1c68c5d06199cf06de469ab7acdd2dc (diff)
Use extern template for common singletons to reduce code bloat/link time.
Diffstat (limited to 'indra/newview/llfloatertestlistview.h')
-rw-r--r--indra/newview/llfloatertestlistview.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llfloatertestlistview.h b/indra/newview/llfloatertestlistview.h
index 0c47c2ee31..311bd18bc0 100644
--- a/indra/newview/llfloatertestlistview.h
+++ b/indra/newview/llfloatertestlistview.h
@@ -32,6 +32,9 @@
#ifndef LLFLOATERTESTLISTVIEW_H
#define LLFLOATERTESTLISTVIEW_H
+int do_foo(int i);
+
+/*
#include "llfloater.h"
class LLSD;
@@ -45,5 +48,6 @@ private:
LLFloaterTestListView(const LLSD& seed);
~LLFloaterTestListView();
};
+*/
#endif