]> git.lyx.org Git - lyx.git/blobdiff - src/support/Timeout.cpp
Correct comment
[lyx.git] / src / support / Timeout.cpp
index 6a628fd931d244bf1840284f78b8417d492a4e25..06571197e4b86ed4492a8092e4d346d4467f3a64 100644 (file)
@@ -51,7 +51,7 @@ protected:
 private:
        ///
        Timeout & owner_;
-       /// timout id
+       /// timeout id
        int timeout_id;
 };
 
@@ -158,6 +158,12 @@ Timer::Timer() : d(new Private)
 }
 
 
+Timer::~Timer()
+{
+       delete d;
+}
+
+
 void Timer::restart()
 {
        time(&d->start_time);