Fixes for windows compilation

This commit is contained in:
Robert Osfield 2001-11-14 15:53:36 +00:00
parent 9bd7098969
commit 4b3c45acc7

View File

@ -537,8 +537,8 @@ protected:
(*itr)->setAlignment(gAlignment);
}
return;
default:
Viewer::keyboard(key,x,y);
default:
Viewer::keyboard(key,x,y);
};
}