From 0f85ade9bee91701533137deaea291ad023fd824 Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Sun, 26 Jun 2011 14:24:11 +0200 Subject: Mark FbTk::StringConvertor as NotCopyable --- src/FbTk/FbString.hh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/FbTk/FbString.hh b/src/FbTk/FbString.hh index 55798e5..4f3e792 100644 --- a/src/FbTk/FbString.hh +++ b/src/FbTk/FbString.hh @@ -30,6 +30,8 @@ #include #endif // HAVE_ICONV +#include "NotCopyable.hh" + namespace FbTk { // Use this type for things converted to our internal encoding (UTF-8) @@ -75,7 +77,7 @@ bool haveUTF8(); } // namespace FbStringUtil -class StringConvertor { +class StringConvertor: private NotCopyable { public: enum EncodingTarget { ToFbString, ToLocaleStr }; -- cgit v0.11.2