summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/boxtype.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/boxtype.cxx b/test/boxtype.cxx
index 9bc098a79..82e110e55 100644
--- a/test/boxtype.cxx
+++ b/test/boxtype.cxx
@@ -92,7 +92,7 @@ int main(int argc, char ** argv) {
bt("FL_PLASTIC_THIN_DOWN_BOX",FL_PLASTIC_THIN_DOWN_BOX);
window->resizable(window);
window->end();
-// window->show(argc,argv);
+ //window->show(argc,argv);
window->show();
return Fl::run();
}