X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2FTimeout.C;h=7ef659b3d9482d6e2c5411cb61639e41791b0ff7;hb=31334d39348282d4586eb82b9bb5e91f03018542;hp=99ee026f82cbed1be3686c35fdcd1eb329b17cc2;hpb=d8c516a7294ca7ff7c9fcad92838eb6afa083a45;p=lyx.git diff --git a/src/frontends/Timeout.C b/src/frontends/Timeout.C index 99ee026f82..7ef659b3d9 100644 --- a/src/frontends/Timeout.C +++ b/src/frontends/Timeout.C @@ -1,5 +1,5 @@ /** - * \file Timeout.C + * \file Timeout.cpp * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * @@ -14,6 +14,9 @@ #include "Timeout.h" +namespace lyx { + + Timeout::~Timeout() { pimpl_->stop(); @@ -69,3 +72,6 @@ Timeout & Timeout::setTimeout(unsigned int msec) timeout_ms = msec; return * this; } + + +} // namespace lyx