Remove .gitignore do nothing is ignored.
[synfig.git] / ETL / trunk / ETL / _status.h
index c56f946..381fd66 100644 (file)
@@ -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
@@ -25,8 +26,8 @@
 
 /* === S T A R T =========================================================== */
 
-#ifndef __ETL_STATUS_H
-#define __ETL_STATUS_H
+#ifndef __ETL__STATUS_H
+#define __ETL__STATUS_H
 
 /* === H E A D E R S ======================================================= */
 
@@ -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; }