From 042e514672ff0db94879f138d52d4440d8d10860 Mon Sep 17 00:00:00 2001 From: Matthias Klose Date: Thu, 16 Aug 2007 11:26:06 +0000 Subject: [PATCH] - fix build error with the findCaller backport --- Doc/lib/liblogging.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/liblogging.tex b/Doc/lib/liblogging.tex index 9991db37bee9..895a01083f50 100644 --- a/Doc/lib/liblogging.tex +++ b/Doc/lib/liblogging.tex @@ -428,7 +428,7 @@ Adds the specified handler \var{hdlr} to this logger. Removes the specified handler \var{hdlr} from this logger. \end{methoddesc} -\begin{methoddesc}[Logger]{findCaller}{} +\begin{methoddesc}{findCaller}{} Finds the caller's source filename and line number. Returns the filename, line number and function name as a 3-element tuple. \versionchanged[The function name was added. In earlier versions, the -- 2.47.3