aboutsummaryrefslogtreecommitdiff
path: root/core/src/Utils/IO/DataStream.hpp
diff options
context:
space:
mode:
authorrtk0c <[email protected]>2021-11-10 20:44:52 -0800
committerrtk0c <[email protected]>2021-11-10 20:44:52 -0800
commit816bbe7993adf4a41ace7bae06bfe6a5921308b8 (patch)
treeb10decb90b27b11a66a6089f2ebcf5b62aa8b643 /core/src/Utils/IO/DataStream.hpp
parent04653742243e4bb6452108cfd0fef2f4afd8f23b (diff)
Switch more IO to use DataArchive
Diffstat (limited to 'core/src/Utils/IO/DataStream.hpp')
-rw-r--r--core/src/Utils/IO/DataStream.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/Utils/IO/DataStream.hpp b/core/src/Utils/IO/DataStream.hpp
index 3c00f4c..c0891ac 100644
--- a/core/src/Utils/IO/DataStream.hpp
+++ b/core/src/Utils/IO/DataStream.hpp
@@ -164,7 +164,7 @@ public:
}
template <class TObject>
- void WriteObject(const TObject& obj)
+ void WriteObject(const TObject& obj)
{
obj.WriteToDataStream(*this);
}