]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/root.cpp
Add icon support to Button
[libs/gltk.git] / source / root.cpp
index 1c030e82c8c38f103fa5234bde231163fceb3706..9d02c4a70f4a1698124263f55414969573489f54 100644 (file)
@@ -11,7 +11,7 @@ Distributed under the LGPL
 namespace Msp {
 namespace GLtk {
 
-Root::Root(Resources &r, Graphics::Window &w):
+Root::Root(const Resources &r, Graphics::Window &w):
        Panel(r),
        window(w)
 {