]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/carbon/textctrl.cpp
remove Motif MDI files not used any longer
[wxWidgets.git] / src / osx / carbon / textctrl.cpp
index 8ae1c6b43fc740102016751e94d9944c1533200b..fc308b671229bb40f6fa7f26f9abf725852c130f 100644 (file)
@@ -950,7 +950,7 @@ void wxMacMLTEControl::SetBackgroundColour(const wxColour& col )
 
 static inline int wxConvertToTXN(int x)
 {
-    return wx_static_cast(int, x / 254.0 * 72 + 0.5);
+    return static_cast<int>(x / 254.0 * 72 + 0.5);
 }
 
 void wxMacMLTEControl::TXNSetAttribute( const wxTextAttr& style , long from , long to )