Fix gcc 4.0 build, part one. Patch from Max Alekseyev <relf@os2.ru>
This commit is contained in:
parent
f1497fea2b
commit
7453fd5c79
@ -531,7 +531,7 @@ void SelMaskPick::Run() {
|
||||
if(not aborted)
|
||||
AL.mask = (byte)index;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
void AreaList::Select_Mask() {
|
||||
|
@ -85,7 +85,7 @@ GPickArealist::GPickArealist() {
|
||||
|
||||
area_fuzidx = 0;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
// ------------------------------------------------------------------
|
||||
|
@ -357,7 +357,7 @@ void gfileselect::run(GMsg* cmsg) {
|
||||
|
||||
run_picker();
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
@ -408,7 +408,7 @@ int GMenuImportTxt::Run() {
|
||||
vcurshow();
|
||||
|
||||
return finaltag - TAG_TEXT;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
// ------------------------------------------------------------------
|
||||
|
@ -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(); }
|
||||
|
||||
|
||||
// ------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user