X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7d27b6263c7400185e74f76870c68e5886de583f..fad92e2f367f5c37ba4d80c9b57a4453e86c6ac2:/src/common/ctrlcmn.cpp diff --git a/src/common/ctrlcmn.cpp b/src/common/ctrlcmn.cpp index b9e57a8eec..1897047aa0 100644 --- a/src/common/ctrlcmn.cpp +++ b/src/common/ctrlcmn.cpp @@ -29,6 +29,7 @@ #include "wx/control.h" #ifndef WX_PRECOMP + #include "wx/dc.h" #include "wx/log.h" #include "wx/radiobut.h" #include "wx/statbmp.h" @@ -369,9 +370,9 @@ wxString wxControlBase::Ellipsize(const wxString& label, const wxDC& dc, } } - // this return would generate a + // this return would generate a // warning C4702: unreachable code - // with MSVC since the function always exits from inside the loop + // with MSVC since the function always exits from inside the loop //return ret; }