From 7453fd5c792bdea1741696620e0b72fe0429a5b7 Mon Sep 17 00:00:00 2001 From: Stas Degteff Date: Wed, 10 Aug 2005 07:25:21 +0000 Subject: [PATCH] Fix gcc 4.0 build, part one. Patch from Max Alekseyev --- golded3/gealst.cpp | 2 +- golded3/gearea.cpp | 2 +- golded3/gefile.cpp | 2 +- golded3/gemnus.cpp | 2 +- golded3/geusrbse.cpp | 6 +++--- 5 files changed, 7 insertions(+), 7 deletions(-) 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(); } // ------------------------------------------------------------------