diff options
author | Jacek Antonelli | 2008-08-15 23:45:04 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:04 -0500 |
commit | 117e22047c5752352342d64e3fb7ce00a4eb8113 (patch) | |
tree | e32de2cfba0dda8705ae528fcd1fbe23ba075685 /linden/indra/newview/llfloatertest.h | |
parent | Second Life viewer sources 1.18.0.6 (diff) | |
download | meta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.zip meta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.tar.gz meta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.tar.bz2 meta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.tar.xz |
Second Life viewer sources 1.18.1.2
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 |