]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/gauge.mm
readability cleanup
[wxWidgets.git] / src / cocoa / gauge.mm
index 73e1dff6bf759b29882f24b9e6a86ce8ff1360d6..7feb27ef6d7ad99dac8e7497c2a0896f7b3fb894 100644 (file)
@@ -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];
     }