angle bracket problem fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35523 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2005-09-16 18:25:44 +00:00
parent a3fc2e6c94
commit c40691a064
12 changed files with 24 additions and 28 deletions

View File

@@ -1,4 +1,4 @@
//////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////
// File: prefs.h
// Purpose: STC test Preferences initialization
// Maintainer: Wyo
@@ -23,7 +23,7 @@
//! wxWidgets headers
//! wxWidgets/contrib headers
#include <wx/stc/stc.h> // styled text control
#include "wx/stc/stc.h" // styled text control
//! application headers
@@ -150,4 +150,3 @@ extern const StyleInfo g_StylePrefs[];
extern const int g_StylePrefsSize;
#endif // _PREFS_H_