From 2e0b1b1114e03aa1a49713cdefe5ce6dbed9af16 Mon Sep 17 00:00:00 2001 From: Ron Lee Date: Wed, 26 Dec 2001 23:23:12 +0000 Subject: [PATCH] removed macro magic that causes build problems on some platforms and was apparently unneeded elsewhere after all.. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13197 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/object.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/object.h b/include/wx/object.h index f165dd1693..1ae3844253 100644 --- a/include/wx/object.h +++ b/include/wx/object.h @@ -201,7 +201,7 @@ private: \ static const wxString sm_className; \ public: \ name##PluginSentinel(); \ - ~##name##PluginSentinel(); \ + ~name##PluginSentinel(); \ }; \ name##PluginSentinel m_pluginsentinel; -- 2.45.2