diff --git a/src/branch2.cpp b/src/branch2.cpp index abb116a2..d56eed27 100644 --- a/src/branch2.cpp +++ b/src/branch2.cpp @@ -57,3 +57,10 @@ Branch2::~Branch2() if(fd >= 0) close(fd); } + +Branch2& +Branch2::operator=(Branch2 const &b_) +{ + + return *this; +}