wxWidgets/include
Artur Wieczorek 1a2983d433 Resolve ambiguity in multiple inheritance of function GetPropertyByLabel in wxPGPage.
In wxPropertyGridPage class derived from wxPropertyGridPageState and wxPropertyGridInterface, function GetPropertyByLabel is inherited from both base classes.
To resolve this ambiguity, function defined in wxPGInterface is introduced in wxPGPage through 'using-declaration'.
(This is a temporary fix and finally GetPropertyByLabel function should be removed from wxPropertyGridPageState.)

See #15251.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76925 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2014-07-14 17:18:58 +00:00
..
msvc/wx avoid referencing xml and html libs when they are not enabled 2014-04-30 17:08:50 +00:00
wx Resolve ambiguity in multiple inheritance of function GetPropertyByLabel in wxPGPage. 2014-07-14 17:18:58 +00:00