diff --git a/include/hpp/manipulation/graph/statistics.hh b/include/hpp/manipulation/graph/statistics.hh
index 5e62301cc588412713d4455082e796a9e12b445a..032ef545ab3fe8926c300bc61622e93083a4ad4f 100644
--- a/include/hpp/manipulation/graph/statistics.hh
+++ b/include/hpp/manipulation/graph/statistics.hh
@@ -34,7 +34,7 @@ namespace hpp {
     namespace graph {
       /// This class is used to do statistics on the roadmap.
       /// It keeps a track of which leaves of a foliation have been visited.
-      class HPP_MANIPULATION_DLLLOCAL LeafBin : public ::hpp::statistics::Bin
+      class HPP_MANIPULATION_DLLAPI LeafBin : public ::hpp::statistics::Bin
       {
         public :
           typedef ::hpp::statistics::Bin Parent;