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
1 merge request!22Register Pipeline Services (ProcessObjects and DataObjects)
......@@ -27,7 +27,7 @@
namespace otb
{
class ObjectListInterface : public boost::noncopyable
class ObjectListInterface : private boost::noncopyable
{
/** \class ObjectListInterface
* \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.
Finish editing this message first!
Please register or to comment