Close documentation comment accidentally left open

Fix an accidental removal of the closing comment marker in
a3673be155.

See https://github.com/wxWidgets/wxWidgets/pull/730
This commit is contained in:
Vadim Zeitlin 2018-02-17 13:17:54 +01:00
parent 28bf0e8687
commit 958d0081a5

View File

@ -619,7 +619,7 @@ public:
wxZIP_FORMAT_DEFAULT even if a ZIP64 will end up being created).
@since 3.1.1
*/
wxZipArchiveFormat GetFormat() const;
};