summaryrefslogtreecommitdiff
path: root/test/testStructures.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/testStructures.h')
-rw-r--r--test/testStructures.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testStructures.h b/test/testStructures.h
index 4eb4764..61bef68 100644
--- a/test/testStructures.h
+++ b/test/testStructures.h
@@ -30,7 +30,7 @@ struct TestObject : public Persistence::Persistable {
TestObject() = default;
float flt {};
- std::string str {};
+ std::string str;
bool bl {};
RelativePosition3D pos {};
GlobalPosition3D gpos {};