Patch level : 12.00 nopatch

Files correlati     :
Commento            :
default per la addstatus
This commit is contained in:
Alessandro Bonazzi 2023-03-30 00:22:05 +02:00
parent 156ea4aadd
commit 37a6f3befa

View File

@ -178,7 +178,7 @@ public:
// deprecated TProgind compatibility methods
bool setstatus(long n) { return set_status(n); }
bool addstatus(long n) { return add_status(n); }
bool addstatus(long n = 1L) { return add_status(n); }
bool is_cancelled() const;
TProgress_monitor(long items, const char* txt, bool cancellable = true);