Skip to content
Snippets Groups Projects
Commit ae4555ba authored by Manuel Grizonnet's avatar Manuel Grizonnet
Browse files

ENH:Get method must be const

parent 058fac0b
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,7 @@ public: ...@@ -47,7 +47,7 @@ public:
UnConstrainedLeastSquareFunctor() : m_OutputSize(0) {} UnConstrainedLeastSquareFunctor() : m_OutputSize(0) {}
virtual ~UnConstrainedLeastSquareFunctor() {} virtual ~UnConstrainedLeastSquareFunctor() {}
unsigned int GetOutputSize() unsigned int GetOutputSize() const
{ {
return m_OutputSize; return m_OutputSize;
} }
......
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