diff options
Diffstat (limited to 'plugins/Db_autobackups/src/stdafx.h')
-rw-r--r-- | plugins/Db_autobackups/src/stdafx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Db_autobackups/src/stdafx.h b/plugins/Db_autobackups/src/stdafx.h index c0679a5c34..9c84fc678c 100644 --- a/plugins/Db_autobackups/src/stdafx.h +++ b/plugins/Db_autobackups/src/stdafx.h @@ -37,6 +37,7 @@ struct CMPlugin : public PLUGIN<CMPlugin> {
CMPlugin();
+ bool bCloudFilePresent = false;
HANDLE hevBackup;
wchar_t folder[MAX_PATH];
|