Commit 75d89e25 authored by Davis King's avatar Davis King

Updated example to not use ::kernel_1a syntax.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404227
parent 09701e53
......@@ -21,7 +21,7 @@
// types we could use here. The other one is a thread-safe version for use in an
// application that needs to access a global config reader from multiple threads.
// But we aren't doing that here so I'm using the normal kind.
typedef dlib::config_reader::kernel_1a cr_type;
typedef dlib::config_reader cr_type;
using namespace std;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment