GIT
/
REPO
/
FRED-BOY
Projects
/
odcread.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8987976
)
small fix
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
@@
-112,7
+112,7
@@
const std::string &Model::getTypeName() const {
}
void Model::internalize(Reader &reader) {
-
Model
::internalize(reader);
+
Elem
::internalize(reader);
reader.readVersion(0, 0);
}
@@
-161,7
+161,7
@@
void TextModel::internalize(Reader &reader) {
}
const std::string StdTextModel::TYPENAME("TextModels.StdModel^");
-
//
const TypeProxy<StdTextModel> StdTextModel::PROXY;
+const TypeProxy<StdTextModel> StdTextModel::PROXY;
StdTextModel::StdTextModel(INTEGER id) : TextModel(id) {}
DEADSOFTWARE 2012-2025