X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fsystemlibrary.h;h=ee647ffa6ce128dd797916ef471e43b7ceb15664;hb=bd2a50ecb9f582c6e9569ffc9f33d41f10363c5f;hp=9048a69aa21963948bf9a606dcf0fbdad820a8a4;hpb=66d1078c04849ec17a7343d0494d6ed087e04318;p=builder.git diff --git a/source/systemlibrary.h b/source/systemlibrary.h index 9048a69..ee647ff 100644 --- a/source/systemlibrary.h +++ b/source/systemlibrary.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of builder -Copyright © 2006-2009 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef SYSTEMLIBRARY_H_ #define SYSTEMLIBRARY_H_ @@ -17,10 +10,9 @@ class SystemLibrary: public Library { public: SystemLibrary(Builder &, const Msp::FS::Path &); + virtual const char *get_type() const { return "SystemLibrary"; } private: - virtual Action *create_action() { return 0; } - static std::string extract_libname(const Msp::FS::Path &); };