commit d470477ab048249ccc3d760026da21afc524996c
Author: Stephan Witt <sw...@lyx.org>
Date:   Sat Oct 27 16:12:02 2018 +0200

    Add dummy implementation for Messages::getIfFound (used when ENABLE_NLS is 
false)
---
 src/support/Messages.cpp |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/support/Messages.cpp b/src/support/Messages.cpp
index c87b6b9..57c18d5 100644
--- a/src/support/Messages.cpp
+++ b/src/support/Messages.cpp
@@ -388,6 +388,11 @@ bool Messages::available(string const & /* c */)
        return false;
 }
 
+docstring const Messages::getIfFound(string const & m) const
+{
+       return docstring();
+}
+
 } // namespace lyx
 
 #endif

Reply via email to