X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fstrings%2Fformat.h;h=ea5d5b070090c770671fc7821435a520e333321c;hp=7bd8264f2407495d4c306501e6979703eb4740e5;hb=c3e242c2629cbc9645258b30aaf07b7285d4372b;hpb=3169ab5078b0ab9147b8e23ad98c0294dda1baec diff --git a/source/strings/format.h b/source/strings/format.h index 7bd8264..ea5d5b0 100644 --- a/source/strings/format.h +++ b/source/strings/format.h @@ -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. */