Skip to content
Snippets Groups Projects
Commit 53fb5989 authored by Antoine Regimbeau's avatar Antoine Regimbeau
Browse files

BUG: change public inheritance to private

parent 59c5d11c
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
namespace otb namespace otb
{ {
class ObjectListInterface : public boost::noncopyable class ObjectListInterface : private boost::noncopyable
{ {
/** \class ObjectListInterface /** \class ObjectListInterface
* \brief This non template class is an interface that wrapp ObjectList * \brief This non template class is an interface that wrapp ObjectList
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment