summaryrefslogtreecommitdiff
path: root/plugins/Db_autobackups/src/stdafx.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-03-07 13:28:16 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-03-07 13:28:16 +0300
commite0d320c3b272bb21655bccfd26e4bd03fe69fd34 (patch)
tree7917af8801d9c6084534290d9168a415b35864ff /plugins/Db_autobackups/src/stdafx.h
parent00f5e35c664bd8b2b1b00de3353aa0c3e70f5423 (diff)
fixes #1888 (DbAutobackuper: move "Disable popups" option to Popus section)
Diffstat (limited to 'plugins/Db_autobackups/src/stdafx.h')
-rw-r--r--plugins/Db_autobackups/src/stdafx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/Db_autobackups/src/stdafx.h b/plugins/Db_autobackups/src/stdafx.h
index 94584b3e26..6441129c37 100644
--- a/plugins/Db_autobackups/src/stdafx.h
+++ b/plugins/Db_autobackups/src/stdafx.h
@@ -19,6 +19,7 @@ namespace fs = std::experimental::filesystem;
#include <m_langpack.h>
#include <m_options.h>
#include <m_popup.h>
+#include <m_skin.h>
#include <m_icolib.h>
#include <m_autobackups.h>
#include <m_gui.h>
@@ -33,6 +34,7 @@ struct CMPlugin : public PLUGIN<CMPlugin>
{
CMPlugin();
+ bool bTerminated;
CMOption<BYTE> backup_types;
CMOption<WORD> period;
CMOption<BYTE> period_type;