diff options
author | simon <none@none> | 2013-04-23 16:31:20 -0700 |
---|---|---|
committer | simon <none@none> | 2013-04-23 16:31:20 -0700 |
commit | e2eca610459362eda50f6a5edfb9ed5269fd5e51 (patch) | |
tree | b729ad2d733b722328e2ce714b034a3289e26caa /indra/llui/llmodaldialog.h | |
parent | 104f576400370a468c87fca6657ae5db0688c3c0 (diff) |
Revert LLThreadSafeRefCount optimization; caps fetching was failing. Reviewed by Kelly
Diffstat (limited to 'indra/llui/llmodaldialog.h')
-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 --- 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(); |