Commit e12d6716 authored by twanvl's avatar twanvl

fix for non Unicode build; why won't it die already?

parent cb92a940
...@@ -17,7 +17,7 @@ DECLARE_POINTER_TYPE(SpellChecker); ...@@ -17,7 +17,7 @@ DECLARE_POINTER_TYPE(SpellChecker);
#ifdef UNICODE #ifdef UNICODE
typedef wxCharBuffer CharBuffer; typedef wxCharBuffer CharBuffer;
#else #else
typedef char* CharBuffer; typedef const char* CharBuffer;
#endif #endif
// ----------------------------------------------------------------------------- : Spell checker // ----------------------------------------------------------------------------- : Spell checker
......
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