Compilation fix for wxUSE_PROTOCOL && !wxUSE_URL.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 28 Aug 2009 10:44:25 +0000 (10:44 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 28 Aug 2009 10:44:25 +0000 (10:44 +0000)
commitef8f6d9590b7f9c73dcdfac244647c6e88ebd2ec
tree34195e343cd3fc1c456a5f6d4af481d859938b03
parentdc2575bad4f220ecab4d7ee2ffb44778a8381126
Compilation fix for wxUSE_PROTOCOL && !wxUSE_URL.

IMPLEMENT_CLASS(wxProtoInfo) wasn't compiled in in this build configuration
because it was in url.cpp instead of protocol.cpp and so was guarded by
wxUSE_URL and not wxUSE_PROTOCOL as it should have been.

Closes #11151.

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