This commit is contained in:
Hideaki Tai 2020-11-25 19:37:09 +09:00
parent 435c5e8586
commit ed94e0cbc4

View File

@ -368,7 +368,9 @@ namespace arx {
}
protected:
void attach(S& s) { stream = &s; }
void attach(S& s) {
stream = &s;
}
private:
inline bool checkID() const {