]> git.saurik.com Git - wxWidgets.git/commit - include/wx/log.h
fix MSVC compilation: as string literals are of non-const char* type with this compil...
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 9 Jul 2009 21:39:29 +0000 (21:39 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 9 Jul 2009 21:39:29 +0000 (21:39 +0000)
commitc279530ba9bfe4ca327cbc9bdf882ea98ed9e06e
tree4dd111e254a98c58406acb72771ed279ffdd4261
parentff2e9e2cc457f0d22b3dbaa85d06d07b8b3df5ab
fix MSVC compilation: as string literals are of non-const char* type with this compiler, they are implicitly convertible to void* resulting in overloading ambiguities with wxLogger::Log()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61365 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/log.h