*** empty log message ***

This commit is contained in:
Arvid Norberg
2003-10-28 01:20:50 +00:00
parent c0f8ea13e4
commit 1bd0a8234a
11 changed files with 48 additions and 20 deletions

View File

@@ -292,7 +292,7 @@ public:
dictionary_type& dict();
const dictionary_type& dict() const;
void print(std::ostream& os, int indent) const;
void print(std::ostream& os, int indent = 0) const;
};
</pre>