From 5c614814b1f1ae3f53de8681bde454853dc87675 Mon Sep 17 00:00:00 2001 From: craftablescience Date: Tue, 7 Jan 2025 10:22:55 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20docs=20from=20@=20craftablesci?= =?UTF-8?q?ence/sourcepp@e1bfde7c0a9538af6bbcbc332a2dcd5a9392ec5e=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- d4/d47/OO7_8cpp_source.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@
162}
163
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);
167}