*** empty log message ***

This commit is contained in:
David Rose 2000-12-05 02:09:25 +00:00
parent 1591b9aa4b
commit 3f57b391a8

View File

@ -319,6 +319,7 @@ get_category(const string &fullname) {
////////////////////////////////////////////////////////////////////
ostream &Notify::
out() {
ptr()->_ostream_ptr->flush();
return *(ptr()->_ostream_ptr);
}