Kaydet (Commit) 9486e6c4 authored tarafından Cédric Bosdonnat's avatar Cédric Bosdonnat

libcmis: bad warning fix... refixed

Change-Id: I66716b090bdf0c10d940ab7ed225a1b5cb797516
üst 0065e661
...@@ -100,14 +100,14 @@ index c2baa4f..1716755 100644 ...@@ -100,14 +100,14 @@ index c2baa4f..1716755 100644
// Invalid repository, don't take care of this // Invalid repository, don't take care of this
} }
diff --git src/libcmis/atom-workspace.cxx src/libcmis/atom-workspace.cxx diff --git src/libcmis/atom-workspace.cxx src/libcmis/atom-workspace.cxx
index b6f2388..5e4363b 100644 index b6f2388..527d0f4 100644
--- src/libcmis/atom-workspace.cxx --- src/libcmis/atom-workspace.cxx
+++ src/libcmis/atom-workspace.cxx +++ src/libcmis/atom-workspace.cxx
@@ -69,6 +69,7 @@ AtomRepository::AtomRepository( xmlNodePtr wsNode ) throw ( libcmis::Exception ) @@ -69,6 +69,7 @@ AtomRepository::AtomRepository( xmlNodePtr wsNode ) throw ( libcmis::Exception )
} }
AtomRepository::AtomRepository( const AtomRepository& rCopy ) : AtomRepository::AtomRepository( const AtomRepository& rCopy ) :
+ Repository( ), + Repository( rCopy ),
m_collections( rCopy.m_collections ), m_collections( rCopy.m_collections ),
m_uriTemplates( rCopy.m_uriTemplates ) m_uriTemplates( rCopy.m_uriTemplates )
{ {
......
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