Skip to content

Commit

Permalink
urdf_parser: fix dll macro
Browse files Browse the repository at this point in the history
Bad copy and paste led to
console_bridge_EXPORTS
being used instead of
URDFDOM_EXPORTS
but it is fixed here.
  • Loading branch information
scpeters committed Jan 31, 2016
1 parent ac3b460 commit 42b9512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion urdf_parser/include/urdf_parser/exportdecl.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
# else
// Depending on whether one is building or using the
// library define DLLAPI to import or export.
# ifdef console_bridge_EXPORTS
# ifdef URDFDOM_EXPORTS
# define URDFDOM_DLLAPI URDFDOM_DLLEXPORT
# else
# define URDFDOM_DLLAPI URDFDOM_DLLIMPORT
Expand Down

0 comments on commit 42b9512

Please sign in to comment.