delete another delegating constructor

This commit is contained in:
Chocobozzz 2014-06-05 16:34:15 +02:00
parent 09acc2336f
commit 571ffdff1d
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
SeafileTree::SeafileTree() {}
SeafileTree::SeafileTree(const SeafileTree& copy) : SeafileTree() {
SeafileTree::SeafileTree(const SeafileTree& copy) {
libraries_ = copy.libraries();
}