Skip to content

Commit

Permalink
doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
karlnapf authored and vigsterkr committed Mar 10, 2016
1 parent 48ad64e commit 0327c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shogun/lib/SGObjectWrapper.h
Expand Up @@ -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 T> class CSGObjectWrapper: public CSGObject
{
Expand Down

0 comments on commit 0327c91

Please sign in to comment.