Added a wxDataFormat::SetAtom() inline function.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2478 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Karsten Ballüder 1999-05-16 23:13:16 +00:00
parent 3874d10d85
commit fc7840aa33
2 changed files with 2 additions and 2 deletions

View 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;

View 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;