Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
9486e6c4
Kaydet (Commit)
9486e6c4
authored
Eyl 17, 2012
tarafından
Cédric Bosdonnat
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
libcmis: bad warning fix... refixed
Change-Id: I66716b090bdf0c10d940ab7ed225a1b5cb797516
üst
0065e661
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
libcmis-0.3.0-warnings.patch
libcmis/libcmis-0.3.0-warnings.patch
+2
-2
No files found.
libcmis/libcmis-0.3.0-warnings.patch
Dosyayı görüntüle @
9486e6c4
...
@@ -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..5
e4363b
100644
index b6f2388..5
27d0f4
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 )
{
{
...
...
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