X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2FTimeout.C;h=99ee026f82cbed1be3686c35fdcd1eb329b17cc2;hb=36945644e70db39a8316570bb44fabc7a3bd3d49;hp=db0b959c1dcd8653b5b5e37b84e9535f7570db06;hpb=0be0fcfd5907d448cd51addf83ed7032719a0692;p=lyx.git diff --git a/src/frontends/Timeout.C b/src/frontends/Timeout.C index db0b959c1d..99ee026f82 100644 --- a/src/frontends/Timeout.C +++ b/src/frontends/Timeout.C @@ -12,9 +12,6 @@ #include #include "Timeout.h" -#include "support/LAssert.h" - -using namespace lyx::support; Timeout::~Timeout() @@ -67,7 +64,7 @@ Timeout & Timeout::setType(Type t) Timeout & Timeout::setTimeout(unsigned int msec) { // Can't have a timeout of zero! - Assert(msec); + BOOST_ASSERT(msec); timeout_ms = msec; return * this;