X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fpipe.hpp;h=f782ab379ed28be584938dd8acaa75c7c8765cd6;hb=9181e947fbaaaaed1cbf53f38f13b56bc762366c;hp=874e16a06cf0d8cded6b82b96d6063632a7568e9;hpb=665559cbc22546e8df69be33a7d492294cab9fb1;p=metaproxy-moved-to-github.git diff --git a/src/pipe.hpp b/src/pipe.hpp index 874e16a..f782ab3 100644 --- a/src/pipe.hpp +++ b/src/pipe.hpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2008 Index Data + Copyright (C) 2005-2013 Index Data Metaproxy is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -29,7 +29,7 @@ namespace metaproxy_1 { class Pipe { class Error : public std::runtime_error { public: - Error(const std::string msg) + Error(const std::string msg) : std::runtime_error("Pipe error: " + msg) {}; }; class Rep;