From 0327c9109ae443c355cd7317846614e55c8b030e Mon Sep 17 00:00:00 2001 From: Heiko Strathmann Date: Mon, 29 Feb 2016 19:05:02 +0000 Subject: [PATCH] doc update --- src/shogun/lib/SGObjectWrapper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {