Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
cb5c7571
Commit
cb5c7571
authored
Dec 09, 2009
by
JP Dinger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Skins2: Add missing return statements.
Spotted by Dominique Leuenberger. Thanks.
parent
d51d6fa2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
modules/gui/skins2/src/theme.cpp
modules/gui/skins2/src/theme.cpp
+2
-2
No files found.
modules/gui/skins2/src/theme.cpp
View file @
cb5c7571
...
...
@@ -189,11 +189,11 @@ Theme::IDmap<T>::find_first_object( const string &id ) const
GenericBitmap
*
Theme
::
getBitmapById
(
const
string
&
id
)
const
{
m_bitmaps
.
find_first_object
(
id
);
return
m_bitmaps
.
find_first_object
(
id
);
}
GenericFont
*
Theme
::
getFontById
(
const
string
&
id
)
const
{
m_fonts
.
find_first_object
(
id
);
return
m_fonts
.
find_first_object
(
id
);
}
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