Am 05.09.2013 15:56, schrieb Mojca Miklavec:
On Thu, Sep 5, 2013 at 11:24 AM, Titus von Boxberg wrote:
Hi Mojca,
you could try
#include
LibrariesDlg::LibrariesDlg(wxWindow* parent, TypedResults& knownLibraries)
: m_KnownLibraries(knownLibraries)
// do no use, m_WorkingCopy(knownLib
On Thu, Sep 5, 2013 at 11:24 AM, Titus von Boxberg wrote:
>
> Hi Mojca,
>
> you could try
>
> #include
>
>
> LibrariesDlg::LibrariesDlg(wxWindow* parent, TypedResults& knownLibraries)
> : m_KnownLibraries(knownLibraries)
> // do no use, m_WorkingCopy(knownLibraries)
> // ...
>
> {
> std::c
Am 05.09.2013 09:21, schrieb Mojca Miklavec:
Hi,
I'm not really a maintainer, but for the bunch of wxWidgets updates I
had to fiddle a bit with Code::Blocks.
Jeremy asked me if it was possible to make the software compile with
clang. I fixed one compile error (which has already been fixed
upstr
Hi,
I'm not really a maintainer, but for the bunch of wxWidgets updates I
had to fiddle a bit with Code::Blocks.
Jeremy asked me if it was possible to make the software compile with
clang. I fixed one compile error (which has already been fixed
upstream), but I'm stuck with the following:
librar