// Author: Julian Smart
// Modified by: Ron Lee
// Created: 01/02/97
-// RCS-ID: $Id$
// Copyright: (c) 1997 Julian Smart
// (c) 2001 Ron Lee <ron@debian.org>
// Licence: wxWindows licence
static wxObject* wxCreateObject()
#define wxDECLARE_CLASS(name) \
- wxDECLARE_DYNAMIC_CLASS(name)
+ wxDECLARE_ABSTRACT_CLASS(name)
// common part of the macros below