projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
size_t is always unsigned....
[wxWidgets.git]
/
include
/
wx
/
motif
/
dataobj.h
diff --git
a/include/wx/motif/dataobj.h
b/include/wx/motif/dataobj.h
index ace6342cacb53a3147ef6f71b2745fc8fc584581..6a59078483aa8c69dc0bdc377a7c4f76a38d9e16 100644
(file)
--- a/
include/wx/motif/dataobj.h
+++ b/
include/wx/motif/dataobj.h
@@
-10,8
+10,8
@@
#ifndef _WX_MOTIF_DATAOBJ_H_
#define _WX_MOTIF_DATAOBJ_H_
#ifndef _WX_MOTIF_DATAOBJ_H_
#define _WX_MOTIF_DATAOBJ_H_
-#if
def __GNUG__
-
#pragma interface "dataobj.h"
+#if
defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
+#pragma interface "dataobj.h"
#endif
// ----------------------------------------------------------------------------
#endif
// ----------------------------------------------------------------------------
@@
-20,6
+20,8
@@
class wxDataObject : public wxDataObjectBase
{
class wxDataObject : public wxDataObjectBase
{
+public:
+ virtual ~wxDataObject();
};
#endif //_WX_MOTIF_DATAOBJ_H_
};
#endif //_WX_MOTIF_DATAOBJ_H_