aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfasttimerview.h
diff options
context:
space:
mode:
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);