Fix function signature.

This commit is contained in:
Ryan Curtin
2015-10-20 13:47:48 +00:00
parent eadb92a8d2
commit b25508fea0
@@ -452,7 +452,7 @@ void NSModel<SortPolicy>::Search(const size_t k,
//! Get the name of the tree type.
template<typename SortPolicy>
void NSModel<SortPolicy>::TreeName() const
std::string NSModel<SortPolicy>::TreeName() const
{
switch (treeType)
{