Commit 760c92e5 authored by dickelbeck's avatar dickelbeck

oops, forgot the static inline

parent 69fd16ed
...@@ -18,9 +18,8 @@ ...@@ -18,9 +18,8 @@
* Function GetChars * Function GetChars
* returns a pointer to the actual character data, either 8 or * returns a pointer to the actual character data, either 8 or
* 16 bits wide, depending on how the wxWidgets library was compiled. * 16 bits wide, depending on how the wxWidgets library was compiled.
* Pointer
*/ */
const wxChar* GetChars( wxString s ) static inline const wxChar* GetChars( wxString s )
{ {
#if wxCHECK_VERSION(2,9,0) #if wxCHECK_VERSION(2,9,0)
return (const wxChar*) s.wx_str(); return (const wxChar*) s.wx_str();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment