SWIGged update for wxGTK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17735 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -61,8 +61,8 @@ public:
|
||||
bool Ungetch(char c) { if (m_wxis) return m_wxis->Ungetch(c); else return FALSE; }
|
||||
|
||||
unsigned long SeekI(unsigned long pos, wxSeekMode mode)
|
||||
{ if (m_wxis) return m_wxis->SeekI(pos, mode); else return -1; }
|
||||
unsigned long TellI() { if (m_wxis) return m_wxis->TellI(); else return -1; }
|
||||
{ if (m_wxis) return m_wxis->SeekI(pos, mode); else return 0; }
|
||||
unsigned long TellI() { if (m_wxis) return m_wxis->TellI(); else return 0; }
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user