X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ffile.h;h=bc71df87a25d02ff30542b08ab329f67303cc3d0;hb=242c55b17e6608b29a77ca17a5b677e202a3ca90;hp=cd3eccf6b48c963d125d70cfb34824b16ecaabb8;hpb=77461a8c0e2b5686b04cf15f3a9333b215813992;p=builder.git diff --git a/source/file.h b/source/file.h index cd3eccf..bc71df8 100644 --- a/source/file.h +++ b/source/file.h @@ -1,7 +1,7 @@ /* $Id$ This file is part of builder -Copyright © 2007 Mikko Rasa, Mikkosoft Productions +Copyright © 2007-2009 Mikko Rasa, Mikkosoft Productions Distributed under the LGPL */ @@ -16,7 +16,7 @@ public: File(Builder &, const std::string &); virtual const char *get_type() const { return "File"; } private: - virtual Action *create_action() { return 0; } + virtual Action *create_action() { return 0; } }; #endif