summaryrefslogtreecommitdiff
path: root/shell/qa/zip/testzipimpl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/qa/zip/testzipimpl.hxx')
-rw-r--r--shell/qa/zip/testzipimpl.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/shell/qa/zip/testzipimpl.hxx b/shell/qa/zip/testzipimpl.hxx
index b0f4b91b172d..ae1ff8cedd72 100644
--- a/shell/qa/zip/testzipimpl.hxx
+++ b/shell/qa/zip/testzipimpl.hxx
@@ -30,11 +30,12 @@ using namespace std;
class TestZipImpl
{
- private:
+private:
ZipFile zipFile;
vector<string> expectedContents;
- public:
- explicit TestZipImpl(StreamInterface *stream);
+
+public:
+ explicit TestZipImpl(StreamInterface* stream);
~TestZipImpl();
bool test_directory();
bool test_hasContentCaseInSensitive();