X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fengineer%2Fdialog.h;h=266a76a7613cc73970ffe5ceee2a99ae0e240f43;hb=1c072afdb1866ba397ee8e6155f5f68c6c7ab4da;hp=f923bb8992ed093aa5c4344760f6f2ffe2436734;hpb=e375f8bf215058398795be1010ffec89d0150114;p=r2c2.git diff --git a/source/engineer/dialog.h b/source/engineer/dialog.h index f923bb8..266a76a 100644 --- a/source/engineer/dialog.h +++ b/source/engineer/dialog.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of the MSP Märklin suite -Copyright © 2009 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef DIALOG_H_ #define DIALOG_H_ @@ -22,7 +15,7 @@ protected: Msp::GLtk::Button *btn_cancel; bool stale; - Dialog(const Msp::GLtk::Resources &); + Dialog(); virtual void button_release(int, int, unsigned); virtual void on_geometry_change();