projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Lots and lots and lots of MSVC fixes for archive stuff, some stuff from patch 1071373
[wxWidgets.git]
/
include
/
wx
/
motif
/
dataobj.h
diff --git
a/include/wx/motif/dataobj.h
b/include/wx/motif/dataobj.h
index 878d9b0c390167951aebead6a898ff9e7c261143..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,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_