summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/hello.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/hello.cxx b/test/hello.cxx
index 299d58098..d7308cd78 100644
--- a/test/hello.cxx
+++ b/test/hello.cxx
@@ -26,6 +26,6 @@ int main(int argc, char **argv) {
box->labelsize(36);
box->labeltype(FL_SHADOW_LABEL);
window->end();
- window->show();//argc, argv);
+ window->show(argc, argv);
return Fl::run();
}