plugin/zip: Cosmetics

git-svn-id: svn://ultimatepp.org/upp/trunk@12625 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2018-12-19 22:27:42 +00:00
parent 50e30b1792
commit cf5d1f0279

View file

@ -151,6 +151,7 @@ public:
bool Finish();
FileZip(const char *name) { Create(name); }
FileZip() {}
~FileZip() { Finish(); }
};