diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2025-05-01 02:21:51 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2025-05-01 02:22:30 +0100 |
commit | aa7e9de22cf5e25eb5353eb98500f69a3f76d141 (patch) | |
tree | e3fea9c806a9866ed6addd039bf2b8b9e2f78a23 /test/testStructures.h | |
parent | Fix all warnings in performance tests (diff) | |
download | ilt-aa7e9de22cf5e25eb5353eb98500f69a3f76d141.tar.bz2 ilt-aa7e9de22cf5e25eb5353eb98500f69a3f76d141.tar.xz ilt-aa7e9de22cf5e25eb5353eb98500f69a3f76d141.zip |
Diffstat (limited to 'test/testStructures.h')
-rw-r--r-- | test/testStructures.h | 2 |
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 {}; |