summaryrefslogtreecommitdiff
path: root/cppu/inc/cppu/Shield.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppu/inc/cppu/Shield.hxx')
-rw-r--r--cppu/inc/cppu/Shield.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cppu/inc/cppu/Shield.hxx b/cppu/inc/cppu/Shield.hxx
index 1e7221a210d3..f4253995e76b 100644
--- a/cppu/inc/cppu/Shield.hxx
+++ b/cppu/inc/cppu/Shield.hxx
@@ -67,7 +67,7 @@ namespace cppu
/** Maps an any from the current to the thread-safe Environment, fills the passed any.
@param any the any to be mapped
- @param the target any
+ @param res the target any
@since UDK 3.2.7
*/
inline void shieldAny(cssu::Any const & any, cssu::Any * res)
@@ -79,7 +79,7 @@ namespace cppu
/** Maps an any from the thread-safe Environment to the current one, fills the passed any.
@param any the any to be mapped
- @param the target any
+ @param res the target any
@since UDK 3.2.7
*/
inline void unshieldAny(cssu::Any const & any, cssu::Any * res)