diff --git a/d4/d47/OO7_8cpp_source.html b/d4/d47/OO7_8cpp_source.html
index 0377e3fa2..e2d88d4cf 100644
--- a/d4/d47/OO7_8cpp_source.html
+++ b/d4/d47/OO7_8cpp_source.html
@@ -290,7 +290,7 @@
164OO7::operator std::string()
const {
- 165 return PackFile::operator std::string() +
+ 165 return PackFileReadOnly::operator std::string() +
166 " | Version v" + std::to_string(this->majorVersion) +
'.' + std::to_string(this->minorVersion);