Skip to content
Snippets Groups Projects
Commit 5508fad9 authored by Ludovic Apvrille's avatar Ludovic Apvrille
Browse files

Update on prameters

parent 6a2c420d
No related branches found
No related tags found
No related merge requests found
...@@ -65,7 +65,7 @@ public: ...@@ -65,7 +65,7 @@ public:
} }
}; };
template <typename T, unsigned int size> template <typename T, int size>
class SizedParameter: public Parameter { class SizedParameter: public Parameter {
public: public:
SizedParameter(){ SizedParameter(){
...@@ -205,5 +205,5 @@ protected: ...@@ -205,5 +205,5 @@ protected:
}; };
template<class T,unsigned int size> MemPool<SizedParameter<T,size> > SizedParameter<T, size>::memPool(BLOCK_SIZE_PARAM); template<class T,int size> MemPool<SizedParameter<T,size> > SizedParameter<T, size>::memPool(BLOCK_SIZE_PARAM);
#endif #endif
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