diff options
Diffstat (limited to 'cpp/src/slice2html/Gen.cpp')
-rw-r--r-- | cpp/src/slice2html/Gen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2html/Gen.cpp b/cpp/src/slice2html/Gen.cpp index daa2e495438..4ce38794401 100644 --- a/cpp/src/slice2html/Gen.cpp +++ b/cpp/src/slice2html/Gen.cpp @@ -2977,7 +2977,7 @@ Slice::EnumGenerator::generate(const EnumPtr& e) } Slice::PageVisitor::PageVisitor(const Files& files) : - _files(files) + _files(files) { } |