Skip to content

Commit

Permalink
deal with g++ warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisHal committed Jul 7, 2022
1 parent 7ab1cc0 commit 8815c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hekatoolslib/hkTree.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ void hkTreeNode::setAsTime0() {
default:
throw std::runtime_error("unexpected tree level");
}
};
}

double hkTreeNode::getTime0() const
{
Expand Down

0 comments on commit 8815c34

Please sign in to comment.