Kaydet (Commit) 9329618e authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Spurious closing parenthesis

Change-Id: I0b723b758a4728816587a26d9b9b28cdc06f5dd1
üst 94418a9e
...@@ -49,7 +49,7 @@ Manager::Manager( const uno::Reference< lang::XMultiServiceFactory >& rxMgr ) ...@@ -49,7 +49,7 @@ Manager::Manager( const uno::Reference< lang::XMultiServiceFactory >& rxMgr )
m_is_vlc_found = success; m_is_vlc_found = success;
if (m_is_vlc_found) if (m_is_vlc_found)
{ {
mInstance.reset(new Instance( SAL_N_ELEMENTS(VLC_ARGS) ), VLC_ARGS )); mInstance.reset(new Instance( SAL_N_ELEMENTS(VLC_ARGS), VLC_ARGS ));
//Check VLC version //Check VLC version
std::vector<std::string> verComponents; std::vector<std::string> verComponents;
const std::string str(Common::Version()); const std::string str(Common::Version());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment