summaryrefslogtreecommitdiff
path: root/plugins/NewStory/src/templates.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/NewStory/src/templates.h')
-rw-r--r--plugins/NewStory/src/templates.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/plugins/NewStory/src/templates.h b/plugins/NewStory/src/templates.h
index b1542bd607..4349ea79d5 100644
--- a/plugins/NewStory/src/templates.h
+++ b/plugins/NewStory/src/templates.h
@@ -30,14 +30,16 @@ struct TemplateInfo
{
enum { VF_COUNT = 6 };
- char* setting;
+ char* setting;
wchar_t* group;
- int icon;
+ int iIcon;
wchar_t* title;
wchar_t* defvalue;
wchar_t* value;
wchar_t* tmpValue;
VarFunc vf[VF_COUNT];
+
+ HICON getIcon() const;
};
enum