moved some wxMimeTypeCommands methods into .cpp file from header, this generally...
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 23 Nov 2006 13:51:49 +0000 (13:51 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 23 Nov 2006 13:51:49 +0000 (13:51 +0000)
commitbde733b0c646954653799d75d839960af3bd0d39
tree8d0867c0692a400935e31fba82232896ee1863d4
parent7e94d4475c3e9e110286120d35bd4a26173f9ef2
moved some wxMimeTypeCommands methods into .cpp file from header, this generally makes sense (methods are too long to be inline anyhow) and might also incidentally fix the compilation with -funsigned-char

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