Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN
libvlcpp
Commits
ccec7ba3
Commit
ccec7ba3
authored
Mar 12, 2015
by
Hugo Beauzée-Luyssen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Instance: Allow an empty instance to be instanciated
parent
4e209373
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
vlcpp/Instance.hpp
vlcpp/Instance.hpp
+7
-0
No files found.
vlcpp/Instance.hpp
View file @
ccec7ba3
...
...
@@ -64,6 +64,13 @@ public:
{
}
/**
* Create an empty VLC instance.
*
* Calling any method on such an instance is undefined.
*/
Instance
()
=
default
;
/**
* Check if 2 Instance objects contain the same libvlc_instance_t.
* \param another another Instance
...
...
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