浏览代码

*** empty log message ***

David Rose 25 年之前
父节点
当前提交
3f57b391a8
共有 1 个文件被更改,包括 1 次插入0 次删除
  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);
 }