Skip to content

Commit

Permalink
Merge pull request #75 from scpeters/master
Browse files Browse the repository at this point in the history
urdf_parser: fix dll macro
  • Loading branch information
scpeters committed Feb 2, 2016
2 parents ac3b460 + 42b9512 commit 07bdda0
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 07bdda0

Please sign in to comment.