From 0575ca05222e789e74ffdbafa0841bd8196bf908 Mon Sep 17 00:00:00 2001
From: Francois Keith <francois.keith@gmail.com>
Date: Thu, 14 Apr 2011 18:14:09 +0200
Subject: [PATCH] Win32: Correct a wrong macro

---
 include/dynamic-graph/command.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/dynamic-graph/command.h b/include/dynamic-graph/command.h
index ac60205..b8727af 100644
--- a/include/dynamic-graph/command.h
+++ b/include/dynamic-graph/command.h
@@ -40,7 +40,7 @@ namespace dynamicgraph {
     /// Parameters are set by calling Command::setParameterValues with a
     /// vector of Values the types of which should fit the vector specified
     /// at construction.
-    class DYNAMIC_GRAPH_DLLEXPORT Command
+    class DYNAMIC_GRAPH_DLLAPI Command
     {
     public:
       virtual ~Command();
-- 
GitLab