summaryrefslogtreecommitdiff
path: root/src/interface/SaveButton.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/interface/SaveButton.h')
-rw-r--r--src/interface/SaveButton.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interface/SaveButton.h b/src/interface/SaveButton.h
index 02795fb..faa85d7 100644
--- a/src/interface/SaveButton.h
+++ b/src/interface/SaveButton.h
@@ -27,6 +27,7 @@ class SaveButton : public Component
SaveInfo * save;
Thumbnail * thumbnail;
std::string name;
+ bool wantsDraw;
public:
SaveButton(Point position, Point size, SaveInfo * save);
SaveButton(Point position, Point size, SaveFile * file);