no changes, just fix typo in variable name

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53063 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-04-06 20:02:52 +00:00
parent 4e553af160
commit ddf13afcfe
2 changed files with 4 additions and 5 deletions

View File

@@ -278,7 +278,7 @@ private:
m_colHeaderFg,
m_colHeaderBg,
m_colBackground,
m_colSorrounding;
m_colSurrounding;
// the attributes for each of the month days
wxCalendarDateAttr *m_attrs[31];