Skip to content

Commit

Permalink
return forgotten object to fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
karlnapf committed Feb 3, 2018
1 parent edff5ab commit fbafc70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/shogun/base/SGObject.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1008,4 +1008,5 @@ bool CSGObject::equals(const CSGObject* other) const
CSGObject* CSGObject::create_empty() const
{
CSGObject* object = create(this->get_name(), this->m_generic);
return object;
}

0 comments on commit fbafc70

Please sign in to comment.