diff --git a/src/bin/demo.h b/src/bin/demo.h index 0221e82fe..5bcd17c43 100644 --- a/src/bin/demo.h +++ b/src/bin/demo.h @@ -9,7 +9,7 @@ extern "C" { #define FADE_MILLISECONDS 500 -int widecolor_demo(struct notcurses* nc, struct ncplane* n); +int widecolor_demo(struct notcurses* nc); int box_demo(struct notcurses* nc); int grid_demo(struct notcurses* nc);