Skip to content
Snippets Groups Projects
Commit 776dcd2e authored by jcarpent's avatar jcarpent
Browse files

[C++] Use protected rather private

parent 2558e60b
Branches
Tags
No related merge requests found
......@@ -168,8 +168,7 @@ namespace se3
void disp_impl(std::ostream & os) const { os << "S =\n" << S << std::endl;}
private:
protected:
DenseBase S;
}; // class ConstraintTpl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment