Commit f62235db authored by Davis King's avatar Davis King

changed code to avoid a compiler warning

parent a44ae874
...@@ -88,7 +88,8 @@ namespace dlib ...@@ -88,7 +88,8 @@ namespace dlib
<< "\n\t images.size(): " << images.size() << "\n\t images.size(): " << images.size()
); );
setup_hashed_features(scanner, images, feature_extractor(), bits, num_samples); feature_extractor fe;
setup_hashed_features(scanner, images, fe, bits, num_samples);
} }
// ---------------------------------------------------------------------------------------- // ----------------------------------------------------------------------------------------
......
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