aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llvotextbubble.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llvotextbubble.h2
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
65protected: 65protected:
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