summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8987976)
raw | patch | inline | side by side (parent: 8987976)
author | Gert van Valkenhoef <g.h.m.van.valkenhoef@rug.nl> | |
Wed, 10 Aug 2011 08:35:54 +0000 (09:35 +0100) | ||
committer | Gert van Valkenhoef <g.h.m.van.valkenhoef@rug.nl> | |
Wed, 10 Aug 2011 08:35:54 +0000 (09:35 +0100) |
store.cc | patch | blob | history |
diff --git a/store.cc b/store.cc
index fe5fa62c66ac91ad384da4f305c7696bfa600717..ba0842508d6bf15218d54ce4f6c54a84748c529d 100644 (file)
--- a/store.cc
+++ b/store.cc
}
void Model::internalize(Reader &reader) {
- Model::internalize(reader);
+ Elem::internalize(reader);
reader.readVersion(0, 0);
}
}
const std::string StdTextModel::TYPENAME("TextModels.StdModel^");
-//const TypeProxy<StdTextModel> StdTextModel::PROXY;
+const TypeProxy<StdTextModel> StdTextModel::PROXY;
StdTextModel::StdTextModel(INTEGER id) : TextModel(id) {}