Skip to content

Commit

Permalink
Fix doxygen (#151)
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Ponz <eduardoponz@eprosima.com>
  • Loading branch information
EduPonz authored Jun 12, 2023
1 parent 9c5ef2a commit 2e55b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/fastcdr/exceptions/Exception.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class Exception : public std::exception
* @param ex Exception that will be moved.
*/
Cdr_DllAPI Exception& operator =(
Exception&&) noexcept;
Exception&& ex) noexcept;

private:

Expand Down

0 comments on commit 2e55b30

Please sign in to comment.