On Thu, 4 Sep 2014 14:30:35 +0000 Nerijus Baliūnas <mahog...@users.sourceforge.net> wrote:
NB> - Log ----------------------------------------------------------------- NB> commit b82244c71c3f93ed368cf51927e7b7697eead813 NB> Author: Nerijus Baliunas <neri...@users.sourceforge.net> NB> Date: Thu Sep 4 17:30:25 2014 +0300 NB> NB> fix wxQt compilation NB> NB> diff --git a/include/gui/wxllist.h b/include/gui/wxllist.h NB> index c8cc95f..45b52dd 100644 NB> --- a/include/gui/wxllist.h NB> +++ b/include/gui/wxllist.h NB> @@ -1322,7 +1322,7 @@ class wxLayoutDataObject : public wxCustomDataObject NB> public: NB> wxLayoutDataObject() NB> { NB> - SetFormat(wxDataFormat("application/wxlayoutlist")); NB> + SetFormat(wxDataFormat(_T("application/wxlayoutlist"))); NB> } This really should be fixed in wxQt itself, wxDataFormat ctor should take wxString which would make _T() (which is deprecated, if you really have to, use wxS() instead) unnecessary. Regards, VZ
pgpX3n98dQn_J.pgp
Description: PGP signature
------------------------------------------------------------------------------ Slashdot TV. Video for Nerds. Stuff that matters. http://tv.slashdot.org/
_______________________________________________ Mahogany-Developers mailing list Mahogany-Developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mahogany-developers