]> git.lyx.org Git - lyx.git/blobdiff - src/support/lassert.h
Make GraphicsConverter threadsafe
[lyx.git] / src / support / lassert.h
index 5a47edfdb414ce5f327817a7d857f0a76cffa1d4..f9328f3581e97e322e017746535ef61f502873cb 100644 (file)
@@ -21,7 +21,7 @@ namespace lyx {
 
 /******************************************************************************
 
-LyX has five different macros that can be used to make assertions. The behave
+LyX has five different macros that can be used to make assertions. They behave
 the same way in devel mode: They assert. The differences between them are how
 they behave in release mode.
 
@@ -66,7 +66,7 @@ void doBufErr(char const * expr, char const * file, long line);
 void doAppErr(char const * expr, char const * file, long line);
 
 /// Print demangled callstack to stderr
-void printCallStack();
+docstring printCallStack();
 
 
 } // namespace lyx