X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fstrings%2Fformat.h;h=ea5d5b070090c770671fc7821435a520e333321c;hb=242a4a9abe1e1113b5eb39aa751aa054f696d7be;hp=7bd8264f2407495d4c306501e6979703eb4740e5;hpb=4e8408b966dfe65d971237c72a892f4720d885b1;p=libs%2Fcore.git 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. */