On Thu, 4 Sep 2014 16:38:36 +0200 Vadim Zeitlin <vz-mahog...@zeitlins.org> wrote:
VZ> NB> - Log ----------------------------------------------------------------- VZ> NB> commit b82244c71c3f93ed368cf51927e7b7697eead813 VZ> NB> Author: Nerijus Baliunas <neri...@users.sourceforge.net> VZ> NB> Date: Thu Sep 4 17:30:25 2014 +0300 VZ> NB> VZ> NB> fix wxQt compilation VZ> NB> VZ> NB> diff --git a/include/gui/wxllist.h b/include/gui/wxllist.h VZ> NB> index c8cc95f..45b52dd 100644 VZ> NB> --- a/include/gui/wxllist.h VZ> NB> +++ b/include/gui/wxllist.h VZ> NB> @@ -1322,7 +1322,7 @@ class wxLayoutDataObject : public wxCustomDataObject VZ> NB> public: VZ> NB> wxLayoutDataObject() VZ> NB> { VZ> NB> - SetFormat(wxDataFormat("application/wxlayoutlist")); VZ> NB> + SetFormat(wxDataFormat(_T("application/wxlayoutlist"))); VZ> NB> } VZ> VZ> This really should be fixed in wxQt itself, wxDataFormat ctor should take VZ> wxString which would make _T() (which is deprecated, if you really have to, VZ> use wxS() instead) unnecessary. As wxQt was not fixed, I added wxS(). Regards, Nerijus ------------------------------------------------------------------------------ Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month Monitor end-to-end web transactions and take corrective actions now Troubleshoot faster and improve end-user experience. Signup Now! http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140 _______________________________________________ Mahogany-Developers mailing list Mahogany-Developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mahogany-developers