summaryrefslogtreecommitdiff
path: root/indra/newview/llscreenchannel.h
diff options
context:
space:
mode:
authorAlexei Arabadji <aarabadji@productengine.com>2009-12-09 12:45:00 +0200
committerAlexei Arabadji <aarabadji@productengine.com>2009-12-09 12:45:00 +0200
commit918eedc4e955062307f9422630cb3b82f7024320 (patch)
tree3e698f940f75627c32c3b4f8f1e85f85c26db413 /indra/newview/llscreenchannel.h
parentff87f87fa6a33daf72eae963b2aa33c9d5890509 (diff)
hardened condition for LLScreenChannelBase::isHovering method;
--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; }