diff options
Diffstat (limited to 'indra/llui/llmodaldialog.h')
-rwxr-xr-x[-rw-r--r--] | indra/llui/llmodaldialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llmodaldialog.h b/indra/llui/llmodaldialog.h index 4e09d11d77..f81273b96a 100644..100755 --- a/indra/llui/llmodaldialog.h +++ b/indra/llui/llmodaldialog.h @@ -40,7 +40,7 @@ class LLModalDialog : public LLFloater { public: LLModalDialog( const LLSD& key, BOOL modal = true ); - /*virtual*/ ~LLModalDialog(); + virtual ~LLModalDialog(); /*virtual*/ BOOL postBuild(); |