diff options
author | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2010-04-01 18:20:34 +0300 |
---|---|---|
committer | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2010-04-01 18:20:34 +0300 |
commit | 08a2242ceb9c94c74c31aa56dbfd42e204a7fd8e (patch) | |
tree | ed96638d86d98315196ab89160af48c6b1b4c1f7 /indra | |
parent | 3c036ef49b1e8690f5efe29393a4990e117e5bfe (diff) |
Fixed windows build
--HG--
branch : product-engine
Diffstat (limited to 'indra')
-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 |