X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=tool%2Ftool.h;h=a43fbfbf02d30958fb54f3ea3a853803e4a84922;hb=0e1271599dcb9f91952657e90ea8901dd5520cae;hp=ab399ad85a43ff58662b93b1cf7bd42b838988e5;hpb=52e6bd3e02522f68166c70f83d2ef3d7cf0c15ff;p=libs%2Fdatafile.git diff --git a/tool/tool.h b/tool/tool.h index ab399ad..a43fbfb 100644 --- a/tool/tool.h +++ b/tool/tool.h @@ -1,17 +1,10 @@ -/* $Id$ - -This file is part of libmspdatafile -Copyright © 2008 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef TOOL_H_ #define TOOL_H_ #include #include -class DataTool: public Msp::Application +class DataTool: public Msp::RegisteredApplication { private: std::string in_fn; @@ -22,8 +15,6 @@ private: public: DataTool(int argc, char **argv); int main(); - - static Application::RegApp reg; }; #endif