fixed some warning messages while compiling
This commit is contained in:
parent
f98e138562
commit
20a4496b83
3 changed files with 6 additions and 3 deletions
|
|
@ -40,12 +40,12 @@ public:
|
|||
virtual std::string className(void) const { return "eoContinue"; }
|
||||
|
||||
void readFrom (std :: istream & __is) {
|
||||
|
||||
(void)__is;
|
||||
/* It should be implemented by subclasses ! */
|
||||
}
|
||||
|
||||
void printOn (std :: ostream & __os) const {
|
||||
|
||||
(void)__os;
|
||||
/* It should be implemented by subclasses ! */
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue