fixed typo in comment

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402235
This commit is contained in:
Davis King 2008-05-14 23:39:47 +00:00
parent 01f284d5bd
commit 44776dbbd4

View File

@ -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()