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
604b5de2
Commit
604b5de2
authored
Jun 05, 2016
by
Hugo Beauzée-Luyssen
Browse files
IAlbumTrack: Use =default instead of empty implementation
parent
46ea0ea1
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/medialibrary/IAlbumTrack.h
View file @
604b5de2
...
...
@@ -31,7 +31,7 @@ namespace medialibrary
class
IAlbumTrack
{
public:
virtual
~
IAlbumTrack
()
{}
virtual
~
IAlbumTrack
()
=
default
;
virtual
int64_t
id
()
const
=
0
;
/**
...
...
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