diff options
| author | Richard Linden <none@none> | 2013-05-14 13:24:14 -0700 | 
|---|---|---|
| committer | Richard Linden <none@none> | 2013-05-14 13:24:14 -0700 | 
| commit | 7b86d10c2d116637e4c8f2533c4fbb5ac601c522 (patch) | |
| tree | 363a427449b184061d09a9d5aacb982bf07c4958 | |
| parent | c9595b00188f8a6ebcd55418768a99c2942bb75e (diff) | |
BUILDFIX: attempted fix for gcc build
| -rw-r--r-- | indra/llui/llnotifications.h | 2 | 
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; | 
