Skip to content

Commit fe06da5

Browse files
committed
Fix -Weffc++ warnings
1 parent 7c1dcd9 commit fe06da5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/FileSystemTest.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ using namespace copyfs;
1212

1313
class CopyFsTestFixture: public FileSystemTestFixture {
1414
public:
15+
CopyFsTestFixture(): rootDir() {}
16+
1517
unique_ref<Device> createDevice() override {
1618
return make_unique_ref<CopyDevice>(rootDir.path());
1719
}

0 commit comments

Comments
 (0)