]> git.tdb.fi Git - r2c2.git/blobdiff - source/designer/input.cpp
Use Msp::IO::print instead of std::cout
[r2c2.git] / source / designer / input.cpp
index 42cc0783dd994f72c75d6db755a19cfb9950ea74..b0e12515fa92d7d80dc129101e4119ab3570a2c7 100644 (file)
@@ -16,7 +16,8 @@ using namespace std;
 using namespace Msp;
 
 ::Input::Input(Designer &d, const string &title, const string &text):
-       Panel(d.get_ui_resources()),
+       GLtk::Widget(d.get_ui_resources()),
+       GLtk::Panel(d.get_ui_resources()),
        designer(d)
 {
        set_size(300, 100);