Skip to content

Commit

Permalink
Merge pull request robotology#762 from robotology/fix/missingExportIn…
Browse files Browse the repository at this point in the history
…SubImplPosDirectRaw

[YARP_dev] Add missing YARP_dev_API export symbol to StubImplPositionDirectRaw
  • Loading branch information
drdanz committed May 19, 2016
2 parents 7995e71 + a374dd7 commit 1b37cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libYARP_dev/include/yarp/dev/IPositionDirectImpl.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ YARP_WARNING_POP
* missed to implement useful functionalities.
*
*/
class yarp::dev::StubImplPositionDirectRaw: public IPositionDirect
class YARP_dev_API yarp::dev::StubImplPositionDirectRaw: public IPositionDirect
{
private:
/**
Expand Down

0 comments on commit 1b37cef

Please sign in to comment.