diff options
author | George Hazan <ghazan@miranda.im> | 2021-04-11 12:01:31 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2021-04-11 12:01:31 +0300 |
commit | eb37be750853ee7e21406100e90b96469d501d36 (patch) | |
tree | a2cb1924d33cb870c9069fb5ab61dd86de5081fc /plugins/Import/src/stdafx.h | |
parent | 3d756278c4ff1332193ea16c41e4ce4a1a2ff298 (diff) |
fixes #2789 (Import: опция "не загружать плагин при старте" не работает)
Diffstat (limited to 'plugins/Import/src/stdafx.h')
-rw-r--r-- | plugins/Import/src/stdafx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/Import/src/stdafx.h b/plugins/Import/src/stdafx.h index 2382cf261f..a8629c7a13 100644 --- a/plugins/Import/src/stdafx.h +++ b/plugins/Import/src/stdafx.h @@ -222,6 +222,8 @@ public: class CFinishedPageDlg : public CWizardPageDlg
{
+ typedef CWizardPageDlg CSuper;
+
public:
CFinishedPageDlg();
int Resizer(UTILRESIZECONTROL *urc) override;
|