aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfasttimerview.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:44:50 -0500
committerJacek Antonelli2008-08-15 23:44:50 -0500
commit89fe5dab825a62a0e3fd8d248cbc91c65eb2a426 (patch)
treebcff14b7888d04a2fec799c59369f6095224bd08 /linden/indra/newview/llfasttimerview.h
parentSecond Life viewer sources 1.13.3.2 (diff)
downloadmeta-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.h4
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
34class LLFastTimerView : public LLView 34class LLFastTimerView : public LLFloater
35{ 35{
36public: 36public:
37 LLFastTimerView(const std::string& name, const LLRect& rect); 37 LLFastTimerView(const std::string& name, const LLRect& rect);