diff options
-rw-r--r-- | include/connectivity/paramwrapper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/connectivity/paramwrapper.hxx b/include/connectivity/paramwrapper.hxx index 4a68c61dd678..493475baee55 100644 --- a/include/connectivity/paramwrapper.hxx +++ b/include/connectivity/paramwrapper.hxx @@ -169,7 +169,7 @@ namespace param const ::connectivity::ORowSetValue& operator[]( size_t _index ) const { return m_aParameters[ _index ]->Value(); } ::connectivity::ORowSetValue& operator[]( size_t _index ) { return m_aParameters[ _index ]->Value(); } - /** adds an ParameterWrapper to the end of the array + /** adds a ParameterWrapper to the end of the array */ void push_back( ParameterWrapper* _pParameter ) { |