diff include/Motion.hpp @ 231:249d65ff6c35

merged modifications for windows
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Mon, 02 Jul 2012 23:49:39 -0400
parents bc4ea09b1743 bc93e87a2108
children cc8e54997d4c
line wrap: on
line diff
--- a/include/Motion.hpp	Fri Jun 29 16:15:13 2012 -0400
+++ b/include/Motion.hpp	Mon Jul 02 23:49:39 2012 -0400
@@ -112,7 +112,7 @@
   // find connected components, check if old enough, if so, remove
 
   /// Computes the connected components: features have to be older than lastInstant
-  void connectedComponents(const int& lastInstant);
+  void connectedComponents(const unsigned int& lastInstant);
 
   /** Performs some checks on groups of features and return their lists of ids if correct
       Removes the vertices from the graph */