[wx-dev] Trunc - wxListCtrl - DoFreeze/Thaw - linker errors
ATS
asteinarson at gmail.com
Mon Mar 31 11:52:37 PDT 2008
Updating a number of files from SVN trunc I get linker errors
when building:
: undefined reference to `wxGenericListCtrl::DoFreeze()'
: undefined reference to `wxGenericListCtrl::DoThaw()'
Looking at source code, the methods are declared in wx/generic/listctrl.h
but are not implemented in src/generic/listctrl.cpp. GCC gives linker
error for this.
Some conflicting updates to header and source file here?
Regards
// ATS.
More information about the wx-dev
mailing list