diff options
Diffstat (limited to 'linden/indra/llui/llcheckboxctrl.h')
-rw-r--r-- | linden/indra/llui/llcheckboxctrl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/llui/llcheckboxctrl.h b/linden/indra/llui/llcheckboxctrl.h index 1b895cb..37b1330 100644 --- a/linden/indra/llui/llcheckboxctrl.h +++ b/linden/indra/llui/llcheckboxctrl.h | |||
@@ -110,6 +110,8 @@ public: | |||
110 | 110 | ||
111 | static void onButtonPress(void *userdata); | 111 | static void onButtonPress(void *userdata); |
112 | 112 | ||
113 | virtual BOOL isDirty(); // Returns TRUE if the user has modified this control. | ||
114 | |||
113 | protected: | 115 | protected: |
114 | // note: value is stored in toggle state of button | 116 | // note: value is stored in toggle state of button |
115 | LLButton* mButton; | 117 | LLButton* mButton; |