Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
medialibrary
Commits
5b3dd628
Commit
5b3dd628
authored
May 27, 2014
by
Hugo Beauzée-Luyssen
Browse files
Fix build with clang
parent
4b0318e3
Changes
2
Hide whitespace changes
Inline
Side-by-side
include/Types.h
View file @
5b3dd628
...
...
@@ -11,7 +11,7 @@ class IMetadataService;
class
IMovie
;
class
IShow
;
class
IShowEpisode
;
class
sqlite3
;
struct
sqlite3
;
typedef
std
::
shared_ptr
<
IFile
>
FilePtr
;
typedef
std
::
shared_ptr
<
ILabel
>
LabelPtr
;
...
...
src/SqliteTools.h
View file @
5b3dd628
...
...
@@ -81,7 +81,7 @@ class SqliteTools
{
auto
dbConnection
=
dbConnectionWeak
.
lock
();
if
(
dbConnection
==
nullptr
)
return
false
;
return
nullptr
;
std
::
shared_ptr
<
T
>
result
;
auto
stmt
=
prepareRequest
(
dbConnection
,
req
,
args
...
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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