]> git.saurik.com Git - wxWidgets.git/commitdiff
removed macro magic that causes build problems on some
authorRon Lee <ron@debian.org>
Wed, 26 Dec 2001 23:23:12 +0000 (23:23 +0000)
committerRon Lee <ron@debian.org>
Wed, 26 Dec 2001 23:23:12 +0000 (23:23 +0000)
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

index f165dd169313211e7248472a509ed4cb181a1aa7..1ae384425343e5c99bef4884b35cb603330849e1 100644 (file)
@@ -201,7 +201,7 @@ private:                                        \
     static const wxString sm_className;         \
 public:                                         \
     name##PluginSentinel();                     \
     static const wxString sm_className;         \
 public:                                         \
     name##PluginSentinel();                     \
-    ~##name##PluginSentinel();                  \
+    ~name##PluginSentinel();                    \
 };                                              \
 name##PluginSentinel  m_pluginsentinel;
 
 };                                              \
 name##PluginSentinel  m_pluginsentinel;