Flesh out RDFF documentation.
[ardour.git] / gtk2_ardour / progress_reporter.h
index 6426f8f1aaaa7933ebb06572ac2a6072c14d4bab..0fbabf5d23e75aab9f3c74ff433ffc7c1a03bbc2 100644 (file)
@@ -17,6 +17,9 @@
 
 */
 
+#ifndef __ardour_progress_reporter_h__
+#define __ardour_progress_reporter_h__
+
 #include "ardour/progress.h"
 
 /** A parent class for classes which can report progress on something */
@@ -34,3 +37,5 @@ private:
         */
        virtual void update_progress_gui (float p) = 0;
 };
+
+#endif