diff --git a/golded3/gealst.cpp b/golded3/gealst.cpp index 25c8410..82cebbf 100644 --- a/golded3/gealst.cpp +++ b/golded3/gealst.cpp @@ -531,7 +531,7 @@ void SelMaskPick::Run() { if(not aborted) AL.mask = (byte)index; -}; +} void AreaList::Select_Mask() { diff --git a/golded3/gearea.cpp b/golded3/gearea.cpp index e105421..5015e4e 100644 --- a/golded3/gearea.cpp +++ b/golded3/gearea.cpp @@ -85,7 +85,7 @@ GPickArealist::GPickArealist() { area_fuzidx = 0; -}; +} // ------------------------------------------------------------------ diff --git a/golded3/gefile.cpp b/golded3/gefile.cpp index f66163a..72a2691 100644 --- a/golded3/gefile.cpp +++ b/golded3/gefile.cpp @@ -357,7 +357,7 @@ void gfileselect::run(GMsg* cmsg) { run_picker(); -}; +} diff --git a/golded3/gemnus.cpp b/golded3/gemnus.cpp index 3e91614..d47a4e4 100644 --- a/golded3/gemnus.cpp +++ b/golded3/gemnus.cpp @@ -408,7 +408,7 @@ int GMenuImportTxt::Run() { vcurshow(); return finaltag - TAG_TEXT; -}; +} // ------------------------------------------------------------------ diff --git a/golded3/geusrbse.cpp b/golded3/geusrbse.cpp index 685015e..4bb7cf6 100644 --- a/golded3/geusrbse.cpp +++ b/golded3/geusrbse.cpp @@ -235,9 +235,9 @@ void guserbase::print_line(uint idx, uint pos, bool isbar) { // ------------------------------------------------------------------ addressbook_form::~addressbook_form() { } -addressbook_form::addressbook_form(gwindow& w) : gwinput2(w) { }; -void addressbook_form::after() { gwinput2::after(); }; -void addressbook_form::before() { gwinput2::before(); }; +addressbook_form::addressbook_form(gwindow& w) : gwinput2(w) { } +void addressbook_form::after() { gwinput2::after(); } +void addressbook_form::before() { gwinput2::before(); } // ------------------------------------------------------------------