aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/gwin_progressbar.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gwin/gwin_progressbar.c')
-rw-r--r--src/gwin/gwin_progressbar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gwin/gwin_progressbar.c b/src/gwin/gwin_progressbar.c
index c6adde39..4e87c199 100644
--- a/src/gwin/gwin_progressbar.c
+++ b/src/gwin/gwin_progressbar.c
@@ -195,7 +195,7 @@ void gwinProgressbarDecrement(GHandle gh) {
#undef gsw
}
- void gwinProgressbarStart(GHandle gh, delaytime_t delay) {
+ void gwinProgressbarStart(GHandle gh, gDelay delay) {
#define gsw ((GProgressbarObject *)gh)
if (gh->vmt != (gwinVMT *)&progressbarVMT)