[wxMac 2.7.0] fontdlg.cpp cannot be compiled

Vadim Zeitlin vadim at wxwindows.org
Sun Aug 13 15:37:57 PDT 2006


On Sun, 13 Aug 2006 23:28:47 +0200 H <H at h.com> wrote:

H> 
H> In case "wxMAC_USE_EXPERIMENTAL_FONTDIALOG" is not defined the file 
H> "mac/carbon/fontdlg.cpp" cannot be compiled because it does not follow 
H> the newest modifications of the wxFontEnumerator class.
H> 
H> lines 538 - 550
H> 
H>     wxArrayString* facenames = enumerator.GetFacenames();
...
H> should be replaced by
H> 
H>     wxArrayString facenames = enumerator.GetFacenames();
...

 Done, thanks for reporting this!
VZ

-- 
TT-Solutions: wxWidgets consultancy and technical support
               http://www.tt-solutions.com/





More information about the wx-users mailing list