diff --git a/src/shogun/lib/SGObjectWrapper.h b/src/shogun/lib/SGObjectWrapper.h index 94a7a239bfd..5b68532d1ba 100644 --- a/src/shogun/lib/SGObjectWrapper.h +++ b/src/shogun/lib/SGObjectWrapper.h @@ -50,7 +50,7 @@ namespace shogun * (i.e. float64_t, SGMatrix, SGVector, etc) in a CSGObject, and therefore to * make it serializable. Using a template argument that is not a Shogun * parameter will cause a compile error when trying to register the passed - * value as a parameter. + * value as a parameter in the constructors. */ template class CSGObjectWrapper: public CSGObject {