]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/dataobj.h
Use (newly) added wxStaticCastVariantData() to fix wxNO_RTTI build.
[wxWidgets.git] / include / wx / x11 / dataobj.h
index 6ec1bcad39453c669972d702dee06e77b45853b4..3c7b53bb2fe740f21738cc268706b965c958eead 100644 (file)
@@ -1,5 +1,5 @@
 ///////////////////////////////////////////////////////////////////////////////
-// Name:        wx/motif/dataobj.h
+// Name:        wx/x11/dataobj.h
 // Purpose:     declaration of the wxDataObject class for Motif
 // Author:      Julian Smart
 // RCS-ID:      $Id$
@@ -18,7 +18,7 @@ class WXDLLIMPEXP_CORE wxDataObject : public wxDataObjectBase
 {
 public:
     wxDataObject();
-    
+
 #ifdef __DARWIN__
     virtual ~wxDataObject() { }
 #endif