X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=libdivecomputer.h;fp=libdivecomputer.h;h=abb09e2c4b7fd9fc22b503de5b2c3f954fd4b3ab;hb=c0adfdc41bc5bea580f85a29dc073678fcb617e8;hp=205f28e7c2dea38a12f16cbe1d8b9adad3ce7628;hpb=15463fdeb26ed1b5fdff62e4721a6dbbc507cefc;p=ext%2Fsubsurface.git diff --git a/libdivecomputer.h b/libdivecomputer.h index 205f28e..abb09e2 100644 --- a/libdivecomputer.h +++ b/libdivecomputer.h @@ -22,7 +22,7 @@ typedef struct device_data_t { device_type_t type; const char *name, *devname; - progressbar_t *progress; + progressbar_t progress; device_devinfo_t devinfo; device_clock_t clock; } device_data_t;