diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-08 15:00:13 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-08 15:00:13 +1100 |
commit | 778d9b4f65ba42cb434f716d2177b7803967ae42 (patch) | |
tree | 6b9d77e6d19ea19c4f57f720cbb470eaffcdce41 /include/vcl/gdimtf.hxx | |
parent | 8900ffa6fb1514c93efd93f5970ab96de31be4b3 (diff) |
vcl: document parameter
Change-Id: I6215f0af4b5ce0d310c0a00c1806edbe7a5017eb
Diffstat (limited to 'include/vcl/gdimtf.hxx')
-rw-r--r-- | include/vcl/gdimtf.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/gdimtf.hxx b/include/vcl/gdimtf.hxx index b3c58309349c..6875a5074ca4 100644 --- a/include/vcl/gdimtf.hxx +++ b/include/vcl/gdimtf.hxx @@ -172,6 +172,7 @@ public: void push_back( MetaAction* pAction ); /** * @param pAction takes ownership + * @param nAction the action to replace */ MetaAction* ReplaceAction( MetaAction* pAction, size_t nAction ); |