Browse Source

*** empty log message ***

David Rose 25 years ago
parent
commit
3f57b391a8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      dtool/src/dconfig/notify.cxx

+ 1 - 0
dtool/src/dconfig/notify.cxx

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