Skip to content
Snippets Groups Projects
Commit c57568f7 authored by Cyrille Valladeau's avatar Cyrille Valladeau
Browse files

oups... oubli d'un bout de commit.

parent 3fa938a0
Branches
Tags
No related merge requests found
...@@ -28,7 +28,7 @@ class SameFunction ...@@ -28,7 +28,7 @@ class SameFunction
{ {
public: public:
void SetRadius(unsigned int rad){ m_Radius = rad; }; void SetRadius(unsigned int rad){ m_Radius = rad; };
unsigned int GatRadius(){ return m_Radius; }; unsigned int GetRadius() const { return m_Radius; };
inline TOutput operator()( const TInput & A ) const inline TOutput operator()( const TInput & A ) const
{ {
return static_cast<TOutput>(A); return static_cast<TOutput>(A);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment