]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/root.cpp
Add Container class
[libs/gltk.git] / source / root.cpp
index 9d02c4a70f4a1698124263f55414969573489f54..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
 */
 
@@ -12,6 +12,7 @@ namespace Msp {
 namespace GLtk {
 
 Root::Root(const Resources &r, Graphics::Window &w):
+       Widget(r),
        Panel(r),
        window(w)
 {