mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
fixed typo in comment
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402235
This commit is contained in:
parent
01f284d5bd
commit
44776dbbd4
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user