X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fdebug.h;h=6e617c31eedd7f7ad5555d8dcd1fa59a96eb8c40;hb=abb623f7872ba960a92a6d069dcb6aa5add0d8b0;hp=bc396bd5437fc43141b10cf4b003717a270a65c9;hpb=e19f533b0e3be182795a12ebb5514b8c594b82dd;p=features.git diff --git a/src/debug.h b/src/debug.h index bc396bd543..6e617c31ee 100644 --- a/src/debug.h +++ b/src/debug.h @@ -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(d1 | d2); }