summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerwindow.h
diff options
context:
space:
mode:
authorWilliam Todd Stinson <stinson@lindenlab.com>2012-12-10 19:14:37 -0800
committerWilliam Todd Stinson <stinson@lindenlab.com>2012-12-10 19:14:37 -0800
commit4d3590ae9c0040d010badc026b755634e7b3ac77 (patch)
tree4bc58469357ac1585500f67421ec77c6d6a5558d /indra/newview/llviewerwindow.h
parent3c591c1a929ddc8447620e5062401b6586ebc718 (diff)
Correcting a mac build error.
Diffstat (limited to 'indra/newview/llviewerwindow.h')
-rw-r--r--indra/newview/llviewerwindow.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/indra/newview/llviewerwindow.h b/indra/newview/llviewerwindow.h
index b828a05384..5a0d9652b8 100644
--- a/indra/newview/llviewerwindow.h
+++ b/indra/newview/llviewerwindow.h
@@ -44,7 +44,6 @@
#include "llstat.h"
#include "llmousehandler.h"
#include "llnotifications.h"
-#include "llnotificationhandler.h"
#include "llhandle.h"
#include "llinitparam.h"
@@ -419,10 +418,10 @@ private:
bool mActive;
bool mUIVisible;
- LLNotificationChannelPtr mSystemChannel;
- LLNotificationChannelPtr mCommunicationChannel;
- LLNotificationsUI::LLViewerAlertHandlerPtr mAlertsChannel;
- LLNotificationsUI::LLViewerAlertHandlerPtr mModalAlertsChannel;
+ LLNotificationChannelPtr mSystemChannel;
+ LLNotificationChannelPtr mCommunicationChannel;
+ LLNotificationChannelPtr mAlertsChannel;
+ LLNotificationChannelPtr mModalAlertsChannel;
LLRect mWindowRectRaw; // whole window, including UI
LLRect mWindowRectScaled; // whole window, scaled by UI size