Fix gcc 4.0 build, part one. Patch from Max Alekseyev <relf@os2.ru>

This commit is contained in:
Stas Degteff 2005-08-10 07:25:21 +00:00
parent f1497fea2b
commit 7453fd5c79
5 changed files with 7 additions and 7 deletions

View File

@ -531,7 +531,7 @@ void SelMaskPick::Run() {
if(not aborted)
AL.mask = (byte)index;
};
}
void AreaList::Select_Mask() {

View File

@ -85,7 +85,7 @@ GPickArealist::GPickArealist() {
area_fuzidx = 0;
};
}
// ------------------------------------------------------------------

View File

@ -357,7 +357,7 @@ void gfileselect::run(GMsg* cmsg) {
run_picker();
};
}

View File

@ -408,7 +408,7 @@ int GMenuImportTxt::Run() {
vcurshow();
return finaltag - TAG_TEXT;
};
}
// ------------------------------------------------------------------

View File

@ -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(); }
// ------------------------------------------------------------------