aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/tests/libsample/derived.h
diff options
context:
space:
mode:
Diffstat (limited to 'sources/shiboken6/tests/libsample/derived.h')
-rw-r--r--sources/shiboken6/tests/libsample/derived.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/shiboken6/tests/libsample/derived.h b/sources/shiboken6/tests/libsample/derived.h
index 783a6dc50..27fa11668 100644
--- a/sources/shiboken6/tests/libsample/derived.h
+++ b/sources/shiboken6/tests/libsample/derived.h
@@ -49,7 +49,7 @@ public:
public:
void uselessMethod() {}
SomeInnerClass operator+(const SomeInnerClass& other) { return other; }
- bool operator==(const SomeInnerClass& other) { return true; }
+ bool operator==(const SomeInnerClass &) { return true; }
};
Derived(int id = -1);