Commit a169599c authored by Davis King's avatar Davis King

Fixed misnamed function in image_display.

parent 5d88a2e4
......@@ -3394,7 +3394,7 @@ namespace dlib
orect_selected_event_handler = make_mfp(object,event_handler_);
}
void set_overlay_rects_changed_handler (
void set_overlay_rect_selected_handler (
const any_function<void(const overlay_rect& orect)>& event_handler_
)
{
......
......@@ -2661,7 +2661,7 @@ namespace dlib
- std::bad_alloc
*/
void set_overlay_rects_changed_handler (
void set_overlay_rect_selected_handler (
const any_function<void(const overlay_rect& orect)>& event_handler
);
/*
......
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