diff options
Diffstat (limited to 'sources/shiboken6/tests/libsample/derived.cpp')
| -rw-r--r-- | sources/shiboken6/tests/libsample/derived.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/shiboken6/tests/libsample/derived.cpp b/sources/shiboken6/tests/libsample/derived.cpp index 310ae5e75..e7a30f311 100644 --- a/sources/shiboken6/tests/libsample/derived.cpp +++ b/sources/shiboken6/tests/libsample/derived.cpp @@ -67,7 +67,7 @@ struct SecretClass : public Abstract { PrintFormat returnAnEnum() override { return Short; } void hideFunction(HideType*) override {}; private: - virtual void pureVirtualPrivate() override {} + void pureVirtualPrivate() override {} }; Abstract *Derived::triggerImpossibleTypeDiscovery() |
