|
@@ -71,7 +71,7 @@ public:
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- virtual void restore(Dyn *model, const common::context::State<Time> &state) {
|
|
|
+ void restore(Dyn *model, const common::context::State<Time> &state) {
|
|
|
unsigned int index = 0;
|
|
|
|
|
|
for (typename std::vector<common::state::Any>::iterator it = states.begin();
|
|
@@ -83,7 +83,7 @@ public:
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- virtual void save(const Dyn *model, common::context::State<Time> &state) const {
|
|
|
+ void save(const Dyn *model, common::context::State<Time> &state) const {
|
|
|
unsigned int index = 0;
|
|
|
|
|
|
for (typename std::vector<common::state::Any>::const_iterator it =
|