aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloatertest.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llfloatertest.h')
-rw-r--r--linden/indra/newview/llfloatertest.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/linden/indra/newview/llfloatertest.h b/linden/indra/newview/llfloatertest.h
index 93869ef..afb0683 100644
--- a/linden/indra/newview/llfloatertest.h
+++ b/linden/indra/newview/llfloatertest.h
@@ -30,6 +30,8 @@
30#ifndef LL_LLFLOATERTEST_H 30#ifndef LL_LLFLOATERTEST_H
31#define LL_LLFLOATERTEST_H 31#define LL_LLFLOATERTEST_H
32 32
33#include "llfloater.h"
34
33class LLFloaterTestImpl; 35class LLFloaterTestImpl;
34 36
35class LLFloaterTest 37class LLFloaterTest
@@ -44,4 +46,10 @@ private:
44 LLFloaterTestImpl& impl; 46 LLFloaterTestImpl& impl;
45}; 47};
46 48
49class LLFloaterSimple : public LLFloater
50{
51public:
52 LLFloaterSimple(const std::string& filename);
53};
54
47#endif 55#endif