]> git.tdb.fi Git - libs/core.git/blobdiff - source/strings/format.h
Make sure all classes have sensible copy semantics
[libs/core.git] / source / strings / format.h
index 7bd8264f2407495d4c306501e6979703eb4740e5..ea5d5b070090c770671fc7821435a520e333321c 100644 (file)
@@ -18,6 +18,8 @@ private:
 
 public:
        Formatter(const std::string &);
+       Formatter(const Formatter &);
+       Formatter &operator=(const Formatter &);
 
        /** Extracts the next conversion from the format string and formats the
        given value with it.  Will throw if no more conversions are found. */