]> git.saurik.com Git - wxWidgets.git/commit
Move wxTransform2D methods' bodies to geometry.cpp.
authorVáclav Slavík <vslavik@fastmail.fm>
Tue, 14 May 2013 16:58:20 +0000 (16:58 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Tue, 14 May 2013 16:58:20 +0000 (16:58 +0000)
commita68c185d22b47674c8259ad708450f084a6efb78
treee8fbc23b18be290d5d0046802b947799f32890d0
parent32abcfc2aeeed3d2765628ee14ace64393031128
Move wxTransform2D methods' bodies to geometry.cpp.

They are all virtual and so cannot be inlined anyway and having them in
the header like this confuses the g++ linker into always pulling some of
the methods in merely because geometry.h was included.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73984 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/geometry.h
src/common/geometry.cpp