From f510049522f25de66ef29a2d7b383bbbe3a38eab Mon Sep 17 00:00:00 2001
From: Joseph Mirabel <jmirabel@laas.fr>
Date: Mon, 8 Jun 2015 11:14:43 +0200
Subject: [PATCH] Make LeafBin class available from the library

---
 include/hpp/manipulation/graph/statistics.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/hpp/manipulation/graph/statistics.hh b/include/hpp/manipulation/graph/statistics.hh
index 5e62301..032ef54 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;
-- 
GitLab