diff --git a/src/common/tarstrm.cpp b/src/common/tarstrm.cpp index 476c87f805..3847943a38 100644 --- a/src/common/tarstrm.cpp +++ b/src/common/tarstrm.cpp @@ -426,7 +426,7 @@ wxTarUser::wxTarUser() gname = new wxChar[grp.length() + 1]; wxStrcpy(gname, grp.c_str()); -}; +} static const wxTarUser& wxGetTarUser() {