summaryrefslogtreecommitdiff
path: root/indra/llui
diff options
context:
space:
mode:
authorRichard Linden <none@none>2013-05-14 13:24:14 -0700
committerRichard Linden <none@none>2013-05-14 13:24:14 -0700
commit7b86d10c2d116637e4c8f2533c4fbb5ac601c522 (patch)
tree363a427449b184061d09a9d5aacb982bf07c4958 /indra/llui
parentc9595b00188f8a6ebcd55418768a99c2942bb75e (diff)
BUILDFIX: attempted fix for gcc build
Diffstat (limited to 'indra/llui')
-rw-r--r--indra/llui/llnotifications.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llnotifications.h b/indra/llui/llnotifications.h
index 76c6877440..25a137bb41 100644
--- a/indra/llui/llnotifications.h
+++ b/indra/llui/llnotifications.h
@@ -97,7 +97,7 @@
#include "llpointer.h"
#include "llinitparam.h"
#include "llinstancetracker.h"
-//#include "llnotificationslistener.h"
+#include "llnotificationslistener.h"
#include "llnotificationptr.h"
class LLAvatarName;