megaopus commit: (1) add __STD_(LIMIT|FORMAT)_MACROS to command line flags for cc...
[ardour.git] / libs / ardour / ardour / audiofilesource.h
index 3aef9006306c4fa143c89de031cc8c2331ecc140..bd3d223fc1eada1e2e4ac54c94c925f107db49ab 100644 (file)
@@ -64,7 +64,7 @@ public:
        virtual void      clear_capture_marks() {}
        virtual bool      one_of_several_channels () const { return false; }
 
-       virtual int update_header (sframes_t when, struct tm&, time_t) = 0;
+       virtual int update_header (framepos_t when, struct tm&, time_t) = 0;
        virtual int flush_header () = 0;
 
        void mark_streaming_write_completed ();