diff options
author | Richard Linden <none@none> | 2010-04-01 11:51:06 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2010-04-01 11:51:06 -0700 |
commit | 406b595e8c6811c2550340ba316328289d8b856f (patch) | |
tree | 6b818eccdcf7f3c02b35026542ec6f11d40d4b6d /indra/llui/llnotifications.h | |
parent | ab79bf7aaeaa0cbd7b2571601971cce97f9b4acd (diff) |
fixed build
Diffstat (limited to 'indra/llui/llnotifications.h')
-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 707a84bdfe..1799ca65b7 100644 --- a/indra/llui/llnotifications.h +++ b/indra/llui/llnotifications.h @@ -994,7 +994,7 @@ private: protected: LLPostponedNotification() {} - ~LLPostponedNotification() {} + virtual ~LLPostponedNotification() {} /** * Abstract method provides possibility to modify notification parameters and |