master
Hideaki Tai 4 years ago
parent 435c5e8586
commit ed94e0cbc4

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

Loading…
Cancel
Save