Commit 8568c262 authored by Patrick Snape's avatar Patrick Snape

Incorrect IFDEF name for shape predictor

The word detector didn't make much sense!
parent d3a3288e
// Copyright (C) 2014 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_SHAPE_PREDICTOR_DETECTOR_H__
#define DLIB_SHAPE_PREDICTOR_DETECTOR_H__
#ifndef DLIB_SHAPE_PREDICTOR_H__
#define DLIB_SHAPE_PREDICTOR_H__
#include "dlib/string.h"
#include "dlib/geometry.h"
......@@ -179,5 +179,5 @@ namespace dlib
}
#endif // DLIB_SHAPE_PREDICTOR_DETECTOR_H__
#endif // DLIB_SHAPE_PREDICTOR_H__
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