fix new wxHVScroll code to build with WXWIN_COMPATIBILITY_2_8==0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45333 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -660,9 +660,9 @@ protected:
|
||||
#else // !WXWIN_COMPATIBILITY_2_8
|
||||
|
||||
// shortcut to avoid checking compatibility modes later
|
||||
// remove this and all references to wxVarVScrollLegacyAdapter once
|
||||
// remove this and all references to wxVarVScrollLegacyAdaptor once
|
||||
// wxWidgets 2.6 and 2.8 compatibility is removed
|
||||
typedef wxVarVScrollLegacyAdapter wxVarVScrollHelper;
|
||||
typedef wxVarVScrollHelper wxVarVScrollLegacyAdaptor;
|
||||
|
||||
#endif // WXWIN_COMPATIBILITY_2_8/!WXWIN_COMPATIBILITY_2_8
|
||||
|
||||
|
Reference in New Issue
Block a user