diff options
Diffstat (limited to 'linden/indra/newview/llfloatertest.h')
-rw-r--r-- | linden/indra/newview/llfloatertest.h | 8 |
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 | |||
33 | class LLFloaterTestImpl; | 35 | class LLFloaterTestImpl; |
34 | 36 | ||
35 | class LLFloaterTest | 37 | class LLFloaterTest |
@@ -44,4 +46,10 @@ private: | |||
44 | LLFloaterTestImpl& impl; | 46 | LLFloaterTestImpl& impl; |
45 | }; | 47 | }; |
46 | 48 | ||
49 | class LLFloaterSimple : public LLFloater | ||
50 | { | ||
51 | public: | ||
52 | LLFloaterSimple(const std::string& filename); | ||
53 | }; | ||
54 | |||
47 | #endif | 55 | #endif |