]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/root.cpp
Add Container class
[libs/gltk.git] / source / root.cpp
index 1c030e82c8c38f103fa5234bde231163fceb3706..6bc5793df6e0c4b5140660a9f96f8d3095e58c5f 100644 (file)
@@ -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)
 {