aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/tests/libsample/str.h
diff options
context:
space:
mode:
Diffstat (limited to 'sources/shiboken6/tests/libsample/str.h')
-rw-r--r--sources/shiboken6/tests/libsample/str.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sources/shiboken6/tests/libsample/str.h b/sources/shiboken6/tests/libsample/str.h
index 2f7cee8c3..38b23eecb 100644
--- a/sources/shiboken6/tests/libsample/str.h
+++ b/sources/shiboken6/tests/libsample/str.h
@@ -35,10 +35,8 @@
class LIBSAMPLE_API Str
{
public:
- Str(const Str& s);
Str(char c);
Str(const char* cstr = "");
- ~Str();
Str arg(const Str& s) const;