]> git.tdb.fi Git - r2c2.git/blobdiff - source/engineer/mainpanel.cpp
Handle position estimate when reversing the direction of a train
[r2c2.git] / source / engineer / mainpanel.cpp
index 0178eb41e1c754c6ea9bcac2f913f588ccfe3e29..08348d713a91982902c9122067f6d6b017732801 100644 (file)
@@ -1,3 +1,10 @@
+/* $Id$
+
+This file is part of the MSP Märklin suite
+Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa
+Distributed under the GPL
+*/
+
 #include <msp/gltk/button.h>
 #include "engineer.h"
 #include "mainpanel.h"
@@ -6,6 +13,7 @@ using namespace std;
 using namespace Msp;
 
 MainPanel::MainPanel(Engineer &e, GLtk::Resources &r):
+       Widget(r),
        Panel(r),
        engineer(e)
 {