Fix object
This commit is contained in:
parent
e7517f882f
commit
75415f8504
1 changed files with 0 additions and 8 deletions
|
|
@ -4,19 +4,11 @@
|
|||
#include <wx/wx.h>
|
||||
#include <wx/vidmode.h>
|
||||
|
||||
class wxRefCounterExt;
|
||||
class wxObjectExt;
|
||||
typedef wxObjectRefData* (*wxObjectExtCloneRefDatawxObjectRefDataCPFunc)(const wxObjectExt* self, wxObjectRefData const* data, wxObjectRefData* res);
|
||||
typedef wxObjectRefData* (*wxObjectExtCreateRefDataFunc)(const wxObjectExt* self, wxObjectRefData* res);
|
||||
typedef wxClassInfo* (*wxObjectExtGetClassInfoFunc)(const wxObjectExt* self, wxClassInfo* res);
|
||||
|
||||
class wxRefCounterExt: public wxRefCounter
|
||||
{
|
||||
public:
|
||||
wxRefCounterExt(): wxRefCounter() { }
|
||||
virtual ~wxRefCounterExt() { }
|
||||
};
|
||||
|
||||
class wxObjectExt: public wxObject
|
||||
{
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue