diff options
Diffstat (limited to 'boardparameters.h')
-rw-r--r-- | boardparameters.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/boardparameters.h b/boardparameters.h index 299c34c..b05d4b3 100644 --- a/boardparameters.h +++ b/boardparameters.h @@ -30,8 +30,8 @@ public: BoardParameters(); // Does not serialize name...caller still has to get/set name manually - void Serialize(ostream &stream); - static BoardParameters *Deserialize(istream &stream); + void Serialize(std::ostream &stream); + static BoardParameters *Deserialize(std::istream &stream); int width() const; void setWidth(int width); |