]> git.saurik.com Git - wxWidgets.git/commit
Add non-vararg wxFileTypeInfo ctor and various setters.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 1 Oct 2010 13:05:42 +0000 (13:05 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 1 Oct 2010 13:05:42 +0000 (13:05 +0000)
commitdf53be12c55c077d9c2e1c479a1552188638495c
tree0a50940ec793ed38e7ed6888b02d81f91757228d
parent323d36e452c48f1e48ffe48312004d5e224634ca
Add non-vararg wxFileTypeInfo ctor and various setters.

This allows to create wxFileTypeInfo objects in a more readable even if more
verbose way.

This should also incidentally fix the unit tests compilation with VC6 which
seems to have some existential troubles with the vararg ctor in debug DLL
build (only). Using the non-vararg ctor should hopefully make it happy and let
the unit tests pass with this compiler.

Also document wxFileTypeInfo class which wasn't documented at all.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65707 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/mimetype.h
interface/wx/mimetype.h
tests/interactive/output.cpp