two changes and some cleanup:
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 6 Feb 2005 01:52:19 +0000 (01:52 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 6 Feb 2005 01:52:19 +0000 (01:52 +0000)
commit14ca93a0d9a025c6620eaa94ac0687e44c31e234
treec1faec36812c87814f4bcb628b9da8777b24e06d
parent543ad8984bec81a92fe3045967cbc04ccdf13e62
two changes and some cleanup:
1. DECLARE_ABSTRACT_CLASS() shouldn't declare wxCreateObject() (which is not
   defined by IMPLEMENT_ABSTRACT_CLASS())
2. don't make GetClassInfo() declaration inside DECLARE_CLASS inline in an
   attempt to fix linking problems with HP-UX compiler

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31775 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/object.h
src/common/object.cpp