]> git.lyx.org Git - lyx.git/blobdiff - src/support/Timeout.h
Improvements to the shortcuts preference dialog (#9174)
[lyx.git] / src / support / Timeout.h
index de3062ae73a9794b6ec701d83e5efea4044061f4..d4b0a647fce4615eff084e9c878ba48b802fb02e 100644 (file)
@@ -68,8 +68,11 @@ private:
 class Timer
 {
 public:
+       ///
        Timer();
        ///
+       ~Timer();
+       ///
        void restart();
        ///
        int elapsed() const;