X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b3260bce473ab247edd8ca1d3aee4eb648b4b97e..0f713d485bbee9a1a13440464b4139f08599b4ab:/src/os2/slider.cpp diff --git a/src/os2/slider.cpp b/src/os2/slider.cpp index b190205052..cf5d9798f5 100644 --- a/src/os2/slider.cpp +++ b/src/os2/slider.cpp @@ -772,6 +772,16 @@ int wxSlider::GetSelStart() const return 0; } // end of wxSlider::GetSelStart +void wxSlider::DoGetSize( + int* pnWidth +, int* pnHeight +) const +{ + GetSize( pnWidth + ,pnHeight + ); +} // end of wxSlider::DoGetSize + void wxSlider::GetSize( int* pnWidth , int* pnHeight