X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f22c3fa8562fcfe5c8049891550f8452579b090f..4837b89e3b9ddc02a752d9937e3e1d9f92328851:/src/cocoa/gauge.mm?ds=sidebyside 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]; }