summaryrefslogtreecommitdiff
path: root/test/testStructures.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/testStructures.cpp')
-rw-r--r--test/testStructures.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/testStructures.cpp b/test/testStructures.cpp
index 8305078..469ec37 100644
--- a/test/testStructures.cpp
+++ b/test/testStructures.cpp
@@ -42,6 +42,12 @@ TestObject::persist(Persistence::PersistenceStore & store)
&& STORE_MEMBER(vptr);
}
+void
+TestObject::postLoad()
+{
+ postLoadCalled++;
+}
+
bool
SharedTestObject::persist(Persistence::PersistenceStore & store)
{