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 de1b6ed..f456639 100644
--- a/src/interface/SaveButton.h
+++ b/src/interface/SaveButton.h
@@ -24,6 +24,7 @@ class SaveButton : public Component
{
Save * save;
Thumbnail * thumbnail;
+ std::string name;
public:
SaveButton(Point position, Point size, Save * save);
virtual ~SaveButton();