aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llvotextbubble.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:44:58 -0500
committerJacek Antonelli2008-08-15 23:44:58 -0500
commit089fc07d207c71ce1401e72f09c31ad8c45872e2 (patch)
tree0028955add042c6f45b47a7b774adeeac9c592cb /linden/indra/newview/llvotextbubble.h
parentSecond Life viewer sources 1.16.0.5 (diff)
downloadmeta-impy-089fc07d207c71ce1401e72f09c31ad8c45872e2.zip
meta-impy-089fc07d207c71ce1401e72f09c31ad8c45872e2.tar.gz
meta-impy-089fc07d207c71ce1401e72f09c31ad8c45872e2.tar.bz2
meta-impy-089fc07d207c71ce1401e72f09c31ad8c45872e2.tar.xz
Second Life viewer sources 1.17.0.12
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};