Skip to content

Commit 07bdda0

Browse files
committed
Merge pull request #75 from scpeters/master
urdf_parser: fix dll macro
2 parents ac3b460 + 42b9512 commit 07bdda0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

urdf_parser/include/urdf_parser/exportdecl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
# else
7575
// Depending on whether one is building or using the
7676
// library define DLLAPI to import or export.
77-
# ifdef console_bridge_EXPORTS
77+
# ifdef URDFDOM_EXPORTS
7878
# define URDFDOM_DLLAPI URDFDOM_DLLEXPORT
7979
# else
8080
# define URDFDOM_DLLAPI URDFDOM_DLLIMPORT

0 commit comments

Comments
 (0)