]> git.saurik.com Git - wxWidgets.git/commit - src/aui/auibook.cpp
Implement wxAuiDefaultTabArt::Clone() using its copy ctor.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 23 Jul 2010 23:33:51 +0000 (23:33 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 23 Jul 2010 23:33:51 +0000 (23:33 +0000)
commit9a7963a97c6a4fc181949d2c0ab8ba7daaed663c
tree1ca7094a3403ab8e867db40c8c42c53a3f6078e4
parent4026f044ee28289b2c05e05f2ec7f15f02b9cf76
Implement wxAuiDefaultTabArt::Clone() using its copy ctor.

Compiler-generated copy ctor works just fine for this class, there is really
no reason to reimplement it, especially wrongly (as it loses many and even
most of the fields), in Clone().

Closes #11388.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65069 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/aui/auibook.cpp