summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorLoren Shih <seraph@lindenlab.com>2009-12-10 11:01:32 -0500
committerLoren Shih <seraph@lindenlab.com>2009-12-10 11:01:32 -0500
commit6b0c1f97f4c1c24d786d2d1a0171b883d21f447b (patch)
tree4f42adfb8b1ac513f67f61a5b2f5cf11713d5340 /indra/newview
parent5a02b66cd293ca9deb0144c3ac106dd9e5dc0836 (diff)
EXT-2819 : Crash in appearance color picker
Enforcing out-of-order destruction in llfloatercustomize to avoid this crash.
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llfloatercolorpicker.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llfloatercolorpicker.h b/indra/newview/llfloatercolorpicker.h
index b381740acd..0bbbe2051c 100644
--- a/indra/newview/llfloatercolorpicker.h
+++ b/indra/newview/llfloatercolorpicker.h
@@ -56,7 +56,6 @@ class LLFloaterColorPicker
// overrides
virtual BOOL postBuild ();
- virtual void onClose(bool app_settings);
virtual void draw ();
virtual BOOL handleMouseDown ( S32 x, S32 y, MASK mask );
virtual BOOL handleMouseUp ( S32 x, S32 y, MASK mask );