X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fardour%2Fprogress.h;h=10b7d759600e1624aa9eb37e9bc01fd4bfbac8bf;hb=452672f78f5f0f9195bfd48398e29b18a8fb1df7;hp=6cd66bdcbe4606ff5c257d147bb8305178b4e38c;hpb=6f9e9ad23e98ac1b3f52065ad53641cbf4c38f22;p=ardour.git diff --git a/libs/ardour/ardour/progress.h b/libs/ardour/ardour/progress.h index 6cd66bdcbe..10b7d75960 100644 --- a/libs/ardour/ardour/progress.h +++ b/libs/ardour/ardour/progress.h @@ -24,7 +24,7 @@ namespace ARDOUR { -/** A class to handle reporting of progress of something */ +/** A class to handle reporting of progress of something */ class Progress { public: @@ -36,7 +36,7 @@ public: void descend (float); bool cancelled () const; - + protected: void cancel (); @@ -48,7 +48,7 @@ private: struct Level { Level (float a) : allocation (a), normalised (0) {} - + float allocation; float normalised; };