X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4c51a665c649f7579fb39e62070cef4f66b3210d..f2b099261f9e46d65f1fbcfd2a35aa816d5a2818:/include/wx/window.h diff --git a/include/wx/window.h b/include/wx/window.h index 0891760ee3..07f1f084bb 100644 --- a/include/wx/window.h +++ b/include/wx/window.h @@ -480,7 +480,7 @@ public: // windows this is just the client area of the window, but for // some like scrolled windows it is more or less independent of // the screen window size. You may override the DoXXXVirtual - // methods below for classes where that is is the case. + // methods below for classes where that is the case. void SetVirtualSize( const wxSize &size ) { DoSetVirtualSize( size.x, size.y ); } void SetVirtualSize( int x, int y ) { DoSetVirtualSize( x, y ); }