aboutsummaryrefslogtreecommitdiffstats
path: root/tests/libsample/str.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libsample/str.h')
-rw-r--r--tests/libsample/str.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/libsample/str.h b/tests/libsample/str.h
index 1fe27ec8b..7cf62acbe 100644
--- a/tests/libsample/str.h
+++ b/tests/libsample/str.h
@@ -42,6 +42,7 @@ class LIBSAMPLE_API Str
{
public:
Str(const Str& s);
+ Str(char c);
Str(const char* cstr = "");
~Str();