Skip to content

Commit

Permalink
Removed unused inline (#835)
Browse files Browse the repository at this point in the history
  • Loading branch information
lemunozm authored and richiware committed Oct 31, 2019
1 parent bfa38df commit 8ff02ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/fastrtps/types/DynamicData.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class DynamicData
RTPS_DllAPI ResponseCode ClearValue(MemberId id);

RTPS_DllAPI bool Equals(const DynamicData* other) const;
RTPS_DllAPI inline TypeKind GetKind() const;
RTPS_DllAPI TypeKind GetKind() const;
RTPS_DllAPI uint32_t GetItemCount() const;
RTPS_DllAPI std::string GetName();

Expand Down

0 comments on commit 8ff02ee

Please sign in to comment.