From 47f4d5c03a16988eab91de5e26218f8e0d35b8b8 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Mon, 27 Apr 2015 08:58:18 +0000 Subject: Boltun common project git-svn-id: http://svn.miranda-ng.org/main/trunk@13194 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Boltun/src/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/Boltun/src/config.h') diff --git a/plugins/Boltun/src/config.h b/plugins/Boltun/src/config.h index a51240ad70..a1cd72c7de 100644 --- a/plugins/Boltun/src/config.h +++ b/plugins/Boltun/src/config.h @@ -27,8 +27,8 @@ template class Property { public: - typedef const T (__thiscall BaseClass::*Getter)(); - typedef const T (__thiscall BaseClass::*Setter)(const T); + typedef const T(__thiscall BaseClass::*Getter)(); + typedef const T(__thiscall BaseClass::*Setter)(const T); private: const Getter getter; const Setter setter; -- cgit v1.2.3