]> git.mxchange.org Git - simgear.git/commit
Fix GPS activation on Windows.
authorJames Turner <zakalawe@mac.com>
Mon, 21 Oct 2013 23:42:31 +0000 (00:42 +0100)
committerJames Turner <zakalawe@mac.com>
Mon, 21 Oct 2013 23:42:31 +0000 (00:42 +0100)
commitea49a1a07b788c6819acf771988557f16cc639ed
tree24eff8f7a1c0f8fd390a4916d876aabfe0937038
parent784223c67fb09c7245340f034f178b9d5e957489
Fix GPS activation on Windows.

Bug 1190, fix route-manager -> GPS activation on Windows
(and probably a couple of unrelated issues).
SGPropertyChangeCallback was missing a suitable copy-constructor,
leading to incorrect behaviour on compilers where the operation
is not elided. Such as MSVC.
simgear/props/props.hxx