diff --git a/Artnet.h b/Artnet.h index 426ad33..e075b0f 100644 --- a/Artnet.h +++ b/Artnet.h @@ -368,7 +368,9 @@ namespace arx { } protected: - void attach(S& s) { stream = &s; } + void attach(S& s) { + stream = &s; + } private: inline bool checkID() const {