diff options
author | Jacek Antonelli | 2008-08-15 23:45:37 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:37 -0500 |
commit | 31ba05810c641f14e8ab5da8ad2aaf527779f6c1 (patch) | |
tree | c4b8d635dfb657fa4cfee7c285f8cadbf24afa90 /linden/indra/newview/llvotextbubble.h | |
parent | Second Life viewer sources 1.19.1.1 (diff) | |
download | meta-impy-31ba05810c641f14e8ab5da8ad2aaf527779f6c1.zip meta-impy-31ba05810c641f14e8ab5da8ad2aaf527779f6c1.tar.gz meta-impy-31ba05810c641f14e8ab5da8ad2aaf527779f6c1.tar.bz2 meta-impy-31ba05810c641f14e8ab5da8ad2aaf527779f6c1.tar.xz |
Second Life viewer sources 1.19.1.2
Diffstat (limited to 'linden/indra/newview/llvotextbubble.h')
-rw-r--r-- | linden/indra/newview/llvotextbubble.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llvotextbubble.h b/linden/indra/newview/llvotextbubble.h index 5f83f56..cf50cb1 100644 --- a/linden/indra/newview/llvotextbubble.h +++ b/linden/indra/newview/llvotextbubble.h | |||
@@ -64,7 +64,7 @@ public: | |||
64 | 64 | ||
65 | protected: | 65 | protected: |
66 | ~LLVOTextBubble(); | 66 | ~LLVOTextBubble(); |
67 | BOOL setVolume(const LLVolumeParams &volume_params); | 67 | BOOL setVolume(const LLVolumeParams &volume_params, const S32 detail, bool unique_volume = false); |
68 | LLFrameTimer mUpdateTimer; | 68 | LLFrameTimer mUpdateTimer; |
69 | }; | 69 | }; |
70 | 70 | ||