summaryrefslogtreecommitdiff
path: root/indra/newview/lltexturectrl.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/lltexturectrl.h')
-rw-r--r--indra/newview/lltexturectrl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/lltexturectrl.h b/indra/newview/lltexturectrl.h
index fa4e71d266..6b562e0492 100644
--- a/indra/newview/lltexturectrl.h
+++ b/indra/newview/lltexturectrl.h
@@ -67,6 +67,9 @@ public:
virtual void setVisible( BOOL visible );
virtual void setEnabled( BOOL enabled );
+ virtual BOOL isDirty() const;
+ virtual void resetDirty();
+
void setValid(BOOL valid);
// LLUICtrl interface
@@ -149,6 +152,7 @@ private:
BOOL mNeedsRawImageData;
LLViewBorder* mBorder;
BOOL mValid;
+ BOOL mDirty;
};
// XUI HACK: When floaters converted, switch this file to lltexturepicker.h/cpp