define wxTIFFHandler ctor in the .cpp file even if wxUSE_STREAMS==0 as it's declared...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 28 Oct 2007 00:08:27 +0000 (00:08 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 28 Oct 2007 00:08:27 +0000 (00:08 +0000)
commit426272a35e5727f8c2ca147a6b1eb865cc5e34d6
tree14dd2ff7d60996f342ae3e7dd557df9e2e8474d2
parent96a4cdebda5b3eca828bed1ee56dc550c36784bf
define wxTIFFHandler ctor in the .cpp file even if wxUSE_STREAMS==0 as it's declared in the header in this case (this doesn't really make much sense as the class is unusable anyhow but the other handlers do it like this so let's do the same thing here for consistency and maybe fix all of them at once later)

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