Minor format change.

This commit is contained in:
henry
2009-01-26 13:27:03 +00:00
parent 038c199051
commit 1a1a919c70

View File

@ -247,6 +247,7 @@ public:
inline const_iterator begin() const;
inline const const_iterator& end() const;
private:
//- iterator returned by end()
@ -254,7 +255,6 @@ private:
//- const_iterator returned by end()
static const_iterator endConstIter_;
};