summaryrefslogtreecommitdiff
path: root/plugins/NewStory/src/stdafx.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2020-04-11 18:38:48 +0300
committerGeorge Hazan <ghazan@miranda.im>2020-04-11 18:38:48 +0300
commit5734da61d0629d96297140fb6c1bfdca9d1e7269 (patch)
treeae7074fd7f29737884752e979a6fa897aad92d42 /plugins/NewStory/src/stdafx.h
parent467ebabf29c13a6f20ea5f7a1ec6d59c615e453c (diff)
NewStory: added skeleton of log viewer class
Diffstat (limited to 'plugins/NewStory/src/stdafx.h')
-rw-r--r--plugins/NewStory/src/stdafx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/NewStory/src/stdafx.h b/plugins/NewStory/src/stdafx.h
index b58cadab99..6646640da4 100644
--- a/plugins/NewStory/src/stdafx.h
+++ b/plugins/NewStory/src/stdafx.h
@@ -73,6 +73,8 @@ int OptionsInitialize(WPARAM, LPARAM);
struct CMPlugin : public PLUGIN<CMPlugin>
{
+ HANDLE m_log;
+
CMPlugin();
int Load() override;