From 81c8606dd9aa39067353354aa4523be84ef51fd1 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 18 May 2018 14:17:28 +0300 Subject: CDlgBase::CDlgBase now receives a reference to CMPlugin instead of HINSTANCE --- plugins/Toaster/src/options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Toaster/src') diff --git a/plugins/Toaster/src/options.cpp b/plugins/Toaster/src/options.cpp index 7b0f3b5995..5475b67e54 100644 --- a/plugins/Toaster/src/options.cpp +++ b/plugins/Toaster/src/options.cpp @@ -1,7 +1,7 @@ #include "stdafx.h" COptions::COptions() - : CDlgBase(g_plugin.getInst(), IDD_OPTIONS_MAIN), + : CDlgBase(g_plugin, IDD_OPTIONS_MAIN), m_shortcut(this, IDC_SHORTCUT), m_preview(this, IDC_PREVIEW), m_enabled(this, IDC_CHECK_ENABLED) -- cgit v1.2.3