diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-08 17:20:58 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-08 17:27:44 +1100 |
commit | deadfe8ec9ed871fdd9b81868c1224ad7a1ee310 (patch) | |
tree | d972eb6dbfa66ae3c41867ad1bcdfa1452bba01e | |
parent | bc9879b0f1c35211e3df045c522b8e5e1ead0fd1 (diff) |
vcl: fix Doxygen parameter name
Change-Id: I64566aa7dcd3c50e083180945d08039dd89364b3
-rw-r--r-- | include/vcl/virdev.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/virdev.hxx b/include/vcl/virdev.hxx index c48f10d6d6d5..f31bc4ef096f 100644 --- a/include/vcl/virdev.hxx +++ b/include/vcl/virdev.hxx @@ -72,7 +72,7 @@ public: /** Create a virtual device of size 1x1 - @param nBitCount + @param eFormat Device format of the generated virtual device. Use DeviceFormat::DEFAULT here, to indicate: take default screen depth. Only DeviceFormat::BITMASK is the other possibility to denote a binary mask. |