X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f22c3fa8562fcfe5c8049891550f8452579b090f..bb86baea10afec3a7e4860c17b20edd485c628d6:/src/cocoa/gauge.mm diff --git a/src/cocoa/gauge.mm b/src/cocoa/gauge.mm index 73e1dff6bf..7feb27ef6d 100644 --- a/src/cocoa/gauge.mm +++ b/src/cocoa/gauge.mm @@ -44,7 +44,7 @@ bool wxGauge::Create(wxWindow *parent, wxWindowID winid, int range, // this actually makes the widgets sample work so it's better than nothing. if(style & wxGA_VERTICAL) { - wxLogDebug("wxGA_VERTICAL may not work correctly. See src/cocoa/gauge.mm"); + wxLogDebug(wxT("wxGA_VERTICAL may not work correctly. See src/cocoa/gauge.mm")); [m_cocoaNSView setBoundsRotation:-90.0]; }