From 97905b9af969dbd78e427ad4db4473d1fc268406 Mon Sep 17 00:00:00 2001 From: boufaras Date: Fri, 8 Jul 2011 12:53:36 +0000 Subject: [PATCH] git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2308 331e1502-861f-0410-8da2-ba01fb791d7f --- trunk/paradiseo-mo/src/problems/bitString/moBitNeighbor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/paradiseo-mo/src/problems/bitString/moBitNeighbor.h b/trunk/paradiseo-mo/src/problems/bitString/moBitNeighbor.h index 8358e17e8..f112fe180 100644 --- a/trunk/paradiseo-mo/src/problems/bitString/moBitNeighbor.h +++ b/trunk/paradiseo-mo/src/problems/bitString/moBitNeighbor.h @@ -42,7 +42,7 @@ /** * Neighbor related to a vector of Bit */ -emplate< class Fitness > +template< class Fitness > class moBitNeighbor : public moBackableNeighbor >, public moIndexNeighbor > { public: