aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llvotextbubble.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llvotextbubble.h')
-rw-r--r--linden/indra/newview/llvotextbubble.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/newview/llvotextbubble.h b/linden/indra/newview/llvotextbubble.h
index 2a2fa43..a05b6bc 100644
--- a/linden/indra/newview/llvotextbubble.h
+++ b/linden/indra/newview/llvotextbubble.h
@@ -36,7 +36,6 @@ class LLVOTextBubble : public LLAlphaObject
36{ 36{
37public: 37public:
38 LLVOTextBubble(const LLUUID &id, const LLPCode pcode, LLViewerRegion *regionp); 38 LLVOTextBubble(const LLUUID &id, const LLPCode pcode, LLViewerRegion *regionp);
39 virtual ~LLVOTextBubble();
40 39
41 /*virtual*/ BOOL isActive() const; // Whether this object needs to do an idleUpdate. 40 /*virtual*/ BOOL isActive() const; // Whether this object needs to do an idleUpdate.
42 /*virtual*/ BOOL idleUpdate(LLAgent &agent, LLWorld &world, const F64 &time); 41 /*virtual*/ BOOL idleUpdate(LLAgent &agent, LLWorld &world, const F64 &time);
@@ -59,7 +58,9 @@ public:
59 LLColor4 mColor; 58 LLColor4 mColor;
60 S32 mLOD; 59 S32 mLOD;
61 BOOL mVolumeChanged; 60 BOOL mVolumeChanged;
61
62protected: 62protected:
63 ~LLVOTextBubble();
63 BOOL setVolume(const LLVolumeParams &volume_params); 64 BOOL setVolume(const LLVolumeParams &volume_params);
64 LLFrameTimer mUpdateTimer; 65 LLFrameTimer mUpdateTimer;
65}; 66};