X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Funlink.cpp;h=76445f6c6bf289ca761d8258c4c8c5cec8ab8548;hb=dc00ddd224634c86f0a470f1f6f534be5d3e64a3;hp=f1a548660e93da200102c255382e84853d0fe7bf;hpb=04c316da6d5d90e43cba262f54d90ca231f703bf;p=builder.git diff --git a/source/unlink.cpp b/source/unlink.cpp index f1a5486..76445f6 100644 --- a/source/unlink.cpp +++ b/source/unlink.cpp @@ -1,10 +1,4 @@ -/* $Id$ - -This file is part of builder -Copyright © 2007-2009 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - +#include #include #include "filetarget.h" #include "sourcepackage.h" @@ -21,7 +15,7 @@ Unlink::Unlink(Builder &b, const FileTarget &t): { unlink(t.get_path()); } - catch(const Msp::SystemError &) + catch(const Msp::system_error &) { } }