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
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ class SameFunction
{
public:
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
{
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