summaryrefslogtreecommitdiff
path: root/test/testStructures.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/testStructures.h')
-rw-r--r--test/testStructures.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/testStructures.h b/test/testStructures.h
index 064c00c..4eb4764 100644
--- a/test/testStructures.h
+++ b/test/testStructures.h
@@ -33,6 +33,7 @@ struct TestObject : public Persistence::Persistable {
std::string str {};
bool bl {};
RelativePosition3D pos {};
+ GlobalPosition3D gpos {};
std::vector<float> flts;
std::vector<RelativePosition3D> poss;
std::vector<std::vector<std::vector<std::string>>> nest;