X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fdebug.h;h=18a1e3216e869ab3848f6d95abdc599bcb2131da;hb=8ed9dbabde30b31a6a14e032fa42f682a196ef7a;hp=8f787f728c4c605f0d274b2c7ccc93d4838cf30b;hpb=08c732ecfad8cb933399b31f5591373fe8195f3a;p=features.git diff --git a/src/debug.h b/src/debug.h index 8f787f728c..18a1e3216e 100644 --- a/src/debug.h +++ b/src/debug.h @@ -79,7 +79,7 @@ struct Debug { }; -/// + inline void operator|= (Debug::type & d1, Debug::type d2) { @@ -90,7 +90,7 @@ void operator|= (Debug::type & d1, Debug::type d2) #include "support/DebugStream.h" -/// + std::ostream & operator<<(std::ostream & o, Debug::type t); extern DebugStream lyxerr;