Skip to content

Commit

Permalink
Bindings: Properly define TypedReaderCallbackSound
Browse files Browse the repository at this point in the history
Fixes TypedReaderCallbackImageMono redefinition.
  • Loading branch information
drdanz committed Jul 18, 2016
1 parent 14e4b81 commit fd90d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/yarp.i
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ typedef yarp::os::BufferedPort<Sound> BufferedPortSound;
%template(BufferedPortImageInt) yarp::os::BufferedPort<yarp::sig::ImageOf<yarp::sig::PixelInt> >;

%template(TypedReaderSound) yarp::os::TypedReader<yarp::sig::Sound >;
%template(TypedReaderCallbackImageMono) yarp::os::TypedReaderCallback<yarp::sig::Sound>;
%template(TypedReaderCallbackSound) yarp::os::TypedReaderCallback<yarp::sig::Sound>;
%template(BufferedPortSound) yarp::os::BufferedPort<yarp::sig::Sound >;

// Add getPixel and setPixel methods to access float values
Expand Down

0 comments on commit fd90d2e

Please sign in to comment.