X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=inline;f=source%2Froot.cpp;h=6bc5793df6e0c4b5140660a9f96f8d3095e58c5f;hb=8a0058b5b90bb7e9eacf1646142f4d73b426fd66;hp=1c030e82c8c38f103fa5234bde231163fceb3706;hpb=9b29612d1cde85fee9b3f011e86a5cabe5dbcce3;p=libs%2Fgltk.git diff --git a/source/root.cpp b/source/root.cpp index 1c030e8..6bc5793 100644 --- a/source/root.cpp +++ b/source/root.cpp @@ -1,7 +1,7 @@ /* $Id$ This file is part of libmspgltk -Copyright © 2007 Mikko Rasa, Mikkosoft Productions +Copyright © 2007-2009 Mikko Rasa, Mikkosoft Productions Distributed under the LGPL */ @@ -11,7 +11,8 @@ Distributed under the LGPL namespace Msp { namespace GLtk { -Root::Root(Resources &r, Graphics::Window &w): +Root::Root(const Resources &r, Graphics::Window &w): + Widget(r), Panel(r), window(w) {