X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Froot.cpp;h=9d02c4a70f4a1698124263f55414969573489f54;hb=aab3c89d03c1a99cb91ff1870775b2c44806bb79;hp=1c030e82c8c38f103fa5234bde231163fceb3706;hpb=9b29612d1cde85fee9b3f011e86a5cabe5dbcce3;p=libs%2Fgltk.git diff --git a/source/root.cpp b/source/root.cpp index 1c030e8..9d02c4a 100644 --- a/source/root.cpp +++ b/source/root.cpp @@ -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) {