aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloatertest.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:04 -0500
committerJacek Antonelli2008-08-15 23:45:04 -0500
commit117e22047c5752352342d64e3fb7ce00a4eb8113 (patch)
treee32de2cfba0dda8705ae528fcd1fbe23ba075685 /linden/indra/newview/llfloatertest.h
parentSecond Life viewer sources 1.18.0.6 (diff)
downloadmeta-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.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