From 2e55b30a8495eb39621ccdfd90e53598664fd012 Mon Sep 17 00:00:00 2001 From: Eduardo Ponz Segrelles Date: Mon, 12 Jun 2023 08:35:51 +0200 Subject: [PATCH] Fix doxygen (#151) Signed-off-by: Eduardo Ponz --- include/fastcdr/exceptions/Exception.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fastcdr/exceptions/Exception.h b/include/fastcdr/exceptions/Exception.h index a71b2f92..42700a36 100644 --- a/include/fastcdr/exceptions/Exception.h +++ b/include/fastcdr/exceptions/Exception.h @@ -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: