X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FBufferParams.cpp;h=bb2391ca115926533f3487f9fd6c511f0ebb8dba;hb=75ffcc8e866de04b076c81d78003a86efca98e4e;hp=95733edae3069bc416e48e028de676456ef5a20e;hpb=1b1f8dd235ba8e168348cd23c824063f2595a0c5;p=lyx.git diff --git a/src/BufferParams.cpp b/src/BufferParams.cpp index 95733edae3..bb2391ca11 100644 --- a/src/BufferParams.cpp +++ b/src/BufferParams.cpp @@ -335,7 +335,7 @@ BufferParams::Impl::Impl() BufferParams::Impl * BufferParams::MemoryTraits::clone(BufferParams::Impl const * ptr) { - LBUFERR(ptr, _("Attempting to clone non-existent BufferParams!")); + LBUFERR(ptr); return new BufferParams::Impl(*ptr); }