diff options
author | Jacek Antonelli | 2008-08-15 23:44:58 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:58 -0500 |
commit | 089fc07d207c71ce1401e72f09c31ad8c45872e2 (patch) | |
tree | 0028955add042c6f45b47a7b774adeeac9c592cb /linden/indra/newview/llvotextbubble.h | |
parent | Second Life viewer sources 1.16.0.5 (diff) | |
download | meta-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.h | 3 |
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 | { |
37 | public: | 37 | public: |
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 | |||
62 | protected: | 62 | protected: |
63 | ~LLVOTextBubble(); | ||
63 | BOOL setVolume(const LLVolumeParams &volume_params); | 64 | BOOL setVolume(const LLVolumeParams &volume_params); |
64 | LLFrameTimer mUpdateTimer; | 65 | LLFrameTimer mUpdateTimer; |
65 | }; | 66 | }; |