Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
a169599c
Commit
a169599c
authored
Sep 01, 2012
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed misnamed function in image_display.
parent
5d88a2e4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
widgets.h
dlib/gui_widgets/widgets.h
+1
-1
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
...
@@ -3394,7 +3394,7 @@ namespace dlib
orect_selected_event_handler
=
make_mfp
(
object
,
event_handler_
);
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_
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
...
@@ -2661,7 +2661,7 @@ namespace dlib
- std::bad_alloc
- 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
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