Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/release-6.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Jul 19, 2016
2 parents 03d3cbd + 19bd560 commit ed7ec81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dart/dynamics/Shape.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class Shape : public virtual common::Subject
int getID() const;

/// \deprecated Deprecated in 6.1. Please use getType() instead.
DEPRECATED(6.1)
DART_DEPRECATED(6.1)
ShapeType getShapeType() const;

/// Set the data variance of this shape. Use the DataVariance to indicate what
Expand Down

0 comments on commit ed7ec81

Please sign in to comment.