aboutsummaryrefslogtreecommitdiffstats
path: root/meowpp/oo/Register_Implement.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'meowpp/oo/Register_Implement.hpp')
-rw-r--r--meowpp/oo/Register_Implement.hpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/meowpp/oo/Register_Implement.hpp b/meowpp/oo/Register_Implement.hpp
index 523f266..34d9129 100644
--- a/meowpp/oo/Register_Implement.hpp
+++ b/meowpp/oo/Register_Implement.hpp
@@ -13,9 +13,8 @@ namespace meow{
return true;
}
template<class T>
- inline ImplementInterface<T>* RegisterInterface<T>::getImplement(
- T const& identify
- ){
+ inline ImplementInterface<T>*
+ RegisterInterface<T>::getImplement(T const& identify){
if(implements.find(identify) == implements.end()){
return NULL;
}