// Purpose: STC test Preferences initialization
// Maintainer: Wyo
// Created: 2003-09-01
-// RCS-ID: $Id$
// Copyright: (c) wxGuide
// Licence: wxWindows licence
//////////////////////////////////////////////////////////////////////////////
//----------------------------------------------------------------------------
// StyleInfo
struct StyleInfo {
- wxChar *name;
- wxChar *foreground;
- wxChar *background;
- wxChar *fontname;
+ const wxChar *name;
+ const wxChar *foreground;
+ const wxChar *background;
+ const wxChar *fontname;
int fontsize;
int fontstyle;
int lettercase;