]> git.lyx.org Git - lyx.git/blobdiff - src/support/Timeout.cpp
Cmake build: Adapt handling of mytheslib to automek behaviour
[lyx.git] / src / support / Timeout.cpp
index 6a628fd931d244bf1840284f78b8417d492a4e25..449fee033b77e1a6fc698b7595ac3d432ed47ec3 100644 (file)
@@ -158,6 +158,12 @@ Timer::Timer() : d(new Private)
 }
 
 
+Timer::~Timer()
+{
+       delete d;
+}
+
+
 void Timer::restart()
 {
        time(&d->start_time);