]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/dataobj.h
1. some minor but nasty bugs fixed (see post to the list)
[wxWidgets.git] / include / wx / gtk / dataobj.h
index 86d2e79edcf504c4836791efba2de0a3920f14cc..cda2856ce0f9fdde2da7738d6b4cc0e55dc13669 100644 (file)
@@ -81,7 +81,7 @@ public:
   void SetId( const wxChar *id );
   
   GdkAtom GetAtom();
-      
+  void SetAtom(GdkAtom atom) { m_hasAtom = TRUE; m_atom = atom; }
 private:
 
   wxDataType  m_type;