Fix compilation errors in wxGTK wxDataViewCtrl in ANSI mode.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 6 Jun 2010 12:41:43 +0000 (12:41 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 6 Jun 2010 12:41:43 +0000 (12:41 +0000)
commitd636e0437c3fa41d9aa8b3d9a3efcf129c4bd48e
treebeef404798531f0ab45d6d6822167883289d8cc8
parent0dbe4363e45829594365f1f478cdb7540cd78ee9
Fix compilation errors in wxGTK wxDataViewCtrl in ANSI mode.

wxGTK_CONV() macro can only be used in classes which have m_font member,
otherwise the font needs to be specified explicitly.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64509 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/gtk/dataview.cpp