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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libsample/str.h b/tests/libsample/str.h
index 7d5f0e63d..9675d4ec8 100644
--- a/tests/libsample/str.h
+++ b/tests/libsample/str.h
@@ -59,7 +59,7 @@ public:
void show() const;
- int size() const { return m_str.size(); }
+ inline int size() const { return m_str.size(); }
// nonsense operator just to test reverse operators
Str operator+(int number) const;