X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2Fmutex.h;h=99b83e3a3dcccc526c481ff35ea9514afa6663f5;hb=c6b17b7094c42ff6bf96e3452f69023c724d15b7;hp=5f34f7de514f3161d27ba3d6682b114e54a07a20;hpb=3e833803502eb7235d679a35a59113a0737e2ea2;p=lyx.git diff --git a/src/support/mutex.h b/src/support/mutex.h index 5f34f7de51..99b83e3a3d 100644 --- a/src/support/mutex.h +++ b/src/support/mutex.h @@ -27,12 +27,12 @@ class Mutex public: Mutex(); ~Mutex(); - + /// Scope based locking: /// Usage: /// >>> unlocked - /// { - /// Mutex::Locker locker(a_Mutex_ptr); + /// { + /// Mutex::Locker locker(a_Mutex_ptr); /// >>> locked /// } /// >>> unlocked