diff --git a/eo/src/utils/eoFileSnapshot.h b/eo/src/utils/eoFileSnapshot.h index b5eb55e6..a43f1d65 100644 --- a/eo/src/utils/eoFileSnapshot.h +++ b/eo/src/utils/eoFileSnapshot.h @@ -83,6 +83,10 @@ public : */ virtual bool hasChanged() {return boolChanged;} + /** accessor to the counter: needed by the gnuplot subclass + */ + unsigned getCounter() {return counter;} + /** accessor to the current filename: needed by the gnuplot subclass */ string getFileName() {return currentFileName;}