summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/source.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/source.h')
-rw-r--r--libs/ardour/ardour/source.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/libs/ardour/ardour/source.h b/libs/ardour/ardour/source.h
index 807ea089e6..2a6e0c8638 100644
--- a/libs/ardour/ardour/source.h
+++ b/libs/ardour/ardour/source.h
@@ -76,18 +76,18 @@ class Source : public PBD::StatefulDestructible
protected:
void update_length (nframes_t pos, nframes_t cnt);
- Session& _session;
- string _name;
- DataType _type;
- time_t _timestamp;
- nframes_t _length;
+ Session& _session;
+ string _name;
+ DataType _type;
+ time_t _timestamp;
+ nframes_t _length;
Glib::Mutex playlist_lock;
typedef std::map<boost::shared_ptr<ARDOUR::Playlist>, uint32_t > PlaylistMap;
PlaylistMap _playlists;
private:
- uint32_t _in_use;
+ uint32_t _in_use;
};
}