projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
new member functio of wxDbColInfo to allow two step creation , to be
[wxWidgets.git]
/
include
/
wx
/
motif
/
dataobj.h
diff --git
a/include/wx/motif/dataobj.h
b/include/wx/motif/dataobj.h
index 878d9b0c390167951aebead6a898ff9e7c261143..042cf6c63b9b89692074b1f97d8d218140493854 100644
(file)
--- a/
include/wx/motif/dataobj.h
+++ b/
include/wx/motif/dataobj.h
@@
-11,7
+11,7
@@
#define _WX_MOTIF_DATAOBJ_H_
#ifdef __GNUG__
#define _WX_MOTIF_DATAOBJ_H_
#ifdef __GNUG__
-
#pragma interface "dataobj.h"
+#pragma interface "dataobj.h"
#endif
// ----------------------------------------------------------------------------
#endif
// ----------------------------------------------------------------------------
@@
-20,10
+20,8
@@
class wxDataObject : public wxDataObjectBase
{
class wxDataObject : public wxDataObjectBase
{
- public:
-#ifdef __DARWIN__
- ~wxDataObject() { }
-#endif
+public:
+ virtual ~wxDataObject();
};
#endif //_WX_MOTIF_DATAOBJ_H_
};
#endif //_WX_MOTIF_DATAOBJ_H_