X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Froot.h;h=94fb48320e13a72a371aa9edb1ad057c782738a2;hb=aab3c89d03c1a99cb91ff1870775b2c44806bb79;hp=2248ab87a82ea3c46dfb8508f1c6f6c8610eeff2;hpb=6be5b834084fb3ab421b94b6c4ad8eece6bab754;p=libs%2Fgltk.git diff --git a/source/root.h b/source/root.h index 2248ab8..94fb483 100644 --- a/source/root.h +++ b/source/root.h @@ -26,7 +26,7 @@ private: Graphics::Window &window; public: - Root(Resources &, Graphics::Window &); + Root(const Resources &, Graphics::Window &); private: virtual const char *get_class() const { return "root"; } void button_press_event(int, int, unsigned, unsigned);