Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
a169599c
Commit
a169599c
authored
Aug 31, 2012
by
Davis King
Browse files
Fixed misnamed function in image_display.
parent
5d88a2e4
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
dlib/gui_widgets/widgets.h
dlib/gui_widgets/widgets.h
+1
-1
dlib/gui_widgets/widgets_abstract.h
dlib/gui_widgets/widgets_abstract.h
+1
-1
No files found.
dlib/gui_widgets/widgets.h
View file @
a169599c
...
...
@@ -3394,7 +3394,7 @@ namespace dlib
orect_selected_event_handler
=
make_mfp
(
object
,
event_handler_
);
}
void
set_overlay_rect
s_chang
ed_handler
(
void
set_overlay_rect
_select
ed_handler
(
const
any_function
<
void
(
const
overlay_rect
&
orect
)
>&
event_handler_
)
{
...
...
dlib/gui_widgets/widgets_abstract.h
View file @
a169599c
...
...
@@ -2661,7 +2661,7 @@ namespace dlib
- std::bad_alloc
*/
void
set_overlay_rect
s_chang
ed_handler
(
void
set_overlay_rect
_select
ed_handler
(
const
any_function
<
void
(
const
overlay_rect
&
orect
)
>&
event_handler
);
/*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment