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);
#ifdef UNICODE
typedef wxCharBuffer CharBuffer;
#else
typedef char* CharBuffer;
typedef const char* CharBuffer;
#endif
// ----------------------------------------------------------------------------- : 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