diff options
author | Jacek Antonelli | 2008-08-15 23:44:50 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:50 -0500 |
commit | 89fe5dab825a62a0e3fd8d248cbc91c65eb2a426 (patch) | |
tree | bcff14b7888d04a2fec799c59369f6095224bd08 /linden/indra/newview/llfasttimerview.h | |
parent | Second Life viewer sources 1.13.3.2 (diff) | |
download | meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.zip meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.gz meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.bz2 meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.xz |
Second Life viewer sources 1.14.0.0
Diffstat (limited to 'linden/indra/newview/llfasttimerview.h')
-rw-r--r-- | linden/indra/newview/llfasttimerview.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llfasttimerview.h b/linden/indra/newview/llfasttimerview.h index b20c8eb..11a8887 100644 --- a/linden/indra/newview/llfasttimerview.h +++ b/linden/indra/newview/llfasttimerview.h | |||
@@ -28,10 +28,10 @@ | |||
28 | #ifndef LL_LLFASTTIMERVIEW_H | 28 | #ifndef LL_LLFASTTIMERVIEW_H |
29 | #define LL_LLFASTTIMERVIEW_H | 29 | #define LL_LLFASTTIMERVIEW_H |
30 | 30 | ||
31 | #include "llview.h" | 31 | #include "llfloater.h" |
32 | #include "llframetimer.h" | 32 | #include "llframetimer.h" |
33 | 33 | ||
34 | class LLFastTimerView : public LLView | 34 | class LLFastTimerView : public LLFloater |
35 | { | 35 | { |
36 | public: | 36 | public: |
37 | LLFastTimerView(const std::string& name, const LLRect& rect); | 37 | LLFastTimerView(const std::string& name, const LLRect& rect); |