summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 881f3a9)
raw | patch | inline | side by side (parent: 881f3a9)
author | acspike <acspike@users.sourceforge.net> | |
Fri, 26 Jan 2007 03:40:22 +0000 (03:40 +0000) | ||
committer | acspike <acspike@users.sourceforge.net> | |
Fri, 26 Jan 2007 03:40:22 +0000 (03:40 +0000) |
src/xml/simple-node.h | patch | blob | history |
diff --git a/src/xml/simple-node.h b/src/xml/simple-node.h
index 7c32ebee67c68d487b37d172946429396b701871..3a25bc86c68f5bd4d63331b27aa828d10b844355 100644 (file)
--- a/src/xml/simple-node.h
+++ b/src/xml/simple-node.h
gchar const *name() const;
int code() const { return _name; }
void setCodeUnsafe(int code) {
- g_assert(_document == NULL);
_name = code;
}