From 3c758dcb2bc9f556fdc2624a6cfd3a61bdab0f63 Mon Sep 17 00:00:00 2001 From: boufaras Date: Wed, 14 Sep 2011 15:16:10 +0000 Subject: [PATCH] update doc for doxygen git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2392 331e1502-861f-0410-8da2-ba01fb791d7f --- branches/ParadisEO-GPU/src/GPUType/moGPUVector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/branches/ParadisEO-GPU/src/GPUType/moGPUVector.h b/branches/ParadisEO-GPU/src/GPUType/moGPUVector.h index deb99600b..c918c5e88 100644 --- a/branches/ParadisEO-GPU/src/GPUType/moGPUVector.h +++ b/branches/ParadisEO-GPU/src/GPUType/moGPUVector.h @@ -172,7 +172,7 @@ public: * @param _os A std::ostream. */ - virtual void printOn(std::ostream& os) const=0; + virtual void printOn(std::ostream& _os) const=0; protected: