summaryrefslogtreecommitdiff
path: root/indra/newview/llscreenchannel.h
diff options
context:
space:
mode:
authorAlexei Arabadji <aarabadji@productengine.com>2009-12-09 16:35:01 +0200
committerAlexei Arabadji <aarabadji@productengine.com>2009-12-09 16:35:01 +0200
commit90ba6eb7feecb35ce7fd839c140ff3c47cff880a (patch)
tree913beb862d36f2daf4896067d4a6189851e9fe84 /indra/newview/llscreenchannel.h
parentcc6f28432e0b21df1cbb56bbc436175827332da1 (diff)
parent918eedc4e955062307f9422630cb3b82f7024320 (diff)
merge
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llscreenchannel.h')
-rw-r--r--indra/newview/llscreenchannel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llscreenchannel.h b/indra/newview/llscreenchannel.h
index b551732133..b8efbb148f 100644
--- a/indra/newview/llscreenchannel.h
+++ b/indra/newview/llscreenchannel.h
@@ -95,7 +95,7 @@ public:
virtual void setControlHovering(bool control) { mControlHovering = control; }
- bool isHovering() { return mHoveredToast != NULL; }
+ bool isHovering();
void setCanStoreToasts(bool store) { mCanStoreToasts = store; }