X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=ETL%2Ftrunk%2FETL%2F_status.h;h=eac6178a4b8e0c06c37425517d36a11514189de6;hb=1891afee8b0ad9e67c56b1c262a940a0bb5042cb;hp=c56f9466c2dc59bdffdccb323bd003ec8067a936;hpb=ef0ec314c2375652e99a8421241e140c80151120;p=synfig.git diff --git a/ETL/trunk/ETL/_status.h b/ETL/trunk/ETL/_status.h index c56f946..eac6178 100644 --- a/ETL/trunk/ETL/_status.h +++ b/ETL/trunk/ETL/_status.h @@ -5,6 +5,7 @@ ** $Id$ ** ** Copyright (c) 2002 Robert B. Quattlebaum Jr. +** Copyright (c) 2007 Chris Moore ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as @@ -45,6 +46,7 @@ public: virtual bool task(const std::string &task) { return true; } +#warning this task(task) thing looks wrong, but the code isn't used, so let's not worry virtual void push_task(const std::string &task,int start=0, int end=100, int total=100) { task(task); } virtual void pop_task() { return; }