From 44776dbbd4f4f93aba410acad261cabfb9c140bd Mon Sep 17 00:00:00 2001 From: Davis King Date: Wed, 14 May 2008 23:39:47 +0000 Subject: [PATCH] fixed typo in comment --HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402235 --- dlib/stack_trace.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlib/stack_trace.h b/dlib/stack_trace.h index 4e91c48d1..e3440686d 100644 --- a/dlib/stack_trace.h +++ b/dlib/stack_trace.h @@ -29,7 +29,7 @@ DLIB_STACK_TRACE; // you may print the current stack trace as follows. - std::cout << get_stack_trace() << endl; + std::cout << dlib::get_stack_trace() << endl; } void funct()