]> git.lyx.org Git - features.git/blobdiff - src/debug.h
apply the ostream changes to mathed, some other small related things
[features.git] / src / debug.h
index bc396bd5437fc43141b10cf4b003717a270a65c9..6e617c31eedd7f7ad5555d8dcd1fa59a96eb8c40 100644 (file)
@@ -77,7 +77,8 @@ struct Debug {
 
 
 ///
-inline void operator|= (Debug::type & d1, Debug::type d2)
+inline
+void operator|= (Debug::type & d1, Debug::type d2)
 {
        d1 = static_cast<Debug::type>(d1 | d2);
 }