Unix compilation fixes after last commit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38500 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -134,9 +134,10 @@ public:
|
||||
}
|
||||
|
||||
private:
|
||||
virtual wxCharBuffer GetMBNul(size_t *nulLen) const
|
||||
virtual const char *GetMBNul(size_t *nulLen) const
|
||||
{
|
||||
return m_conv->GetMBNul(nulLen);
|
||||
// cast needed to call a private function
|
||||
return ((wxConvBrokenFileNames *)m_conv)->GetMBNul(nulLen);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user