diff options
author | George Hazan <ghazan@miranda.im> | 2021-04-02 19:35:42 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2021-04-02 19:36:24 +0300 |
commit | e343783f4e9b16634f9f71ce3e4ac11c0c748035 (patch) | |
tree | 9aa9169613f64bed317f9f73e373ca41d8587f3c | |
parent | 5d41a4ccb44aaf0893895e9d7cec6cc4dfc156a2 (diff) |
compilation fix
(cherry picked from commit 4448307855971f63f23a5b97ef93973578db1654)
-rw-r--r-- | plugins/Db_autobackups/src/options.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Db_autobackups/src/options.cpp b/plugins/Db_autobackups/src/options.cpp index f6f3808174..55b618088b 100644 --- a/plugins/Db_autobackups/src/options.cpp +++ b/plugins/Db_autobackups/src/options.cpp @@ -124,6 +124,7 @@ class COptionsDlg : public CDlgBase INT_PTR BackupDone(UINT, WPARAM, LPARAM)
{
onChange_Period(0);
+ return 0;
}
public:
|