Move wxSetDetectableAutoRepeat() to a section compiled in wxCore.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 22 Sep 2009 00:22:38 +0000 (00:22 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 22 Sep 2009 00:22:38 +0000 (00:22 +0000)
commitef3da29bf191dc33ac1182ebad82a5a4e0468266
tree9f524e5f4e7e31a22a1c93513384ca54a1f03d0e
parent8a72770aa682c6b4ea8efa7f5d4ed5e5fa1bcfa6
Move wxSetDetectableAutoRepeat() to a section compiled in wxCore.

This function was mistakenly defined in a section of utilscmn.cpp compiled as
part of wxBase, so it wasn't correctly exported from the core library and
linking any wxX11 applications failed when using compiler with visibility
support.

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