]> git.lyx.org Git - lyx.git/blobdiff - src/support/lassert.h
Fix some display glitches
[lyx.git] / src / support / lassert.h
index 5e152e05bc810e16975396ef6ae21312531e9b53..f9328f3581e97e322e017746535ef61f502873cb 100644 (file)
@@ -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