Fix a few framecnt / framepos type confusions.
[ardour.git] / libs / ardour / ardour / analyser.h
index 8771cab6b0bcd46fc19fce60eca855079124c9f6..15e4220ad696c5aadcd7cdfa9f5c4d8b717df94c 100644 (file)
@@ -19,13 +19,13 @@ class Analyser {
        static void init ();
        static void queue_source_for_analysis (boost::shared_ptr<Source>, bool force);
        static void work ();
-       
+
   private:
        static Analyser* the_analyser;
        static Glib::StaticMutex analysis_queue_lock;
        static Glib::Cond* SourcesToAnalyse;
        static std::list<boost::weak_ptr<Source> > analysis_queue;
-       
+
        static void analyse_audio_file_source (boost::shared_ptr<AudioFileSource>);
 };