13
0

*session.h whitespace

git-svn-id: svn://localhost/ardour2/branches/3.0@4545 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Hans Baier 2009-02-13 08:29:23 +00:00
parent f93ca1349c
commit 92243228be

View File

@ -559,7 +559,7 @@ class Session : public PBD::StatefulDestructible
void smpte_duration_string (char *, nframes_t) const;
void set_smpte_offset (nframes_t);
nframes_t smpte_offset () const { return _smpte_offset; }
nframes_t smpte_offset () const { return _smpte_offset; }
void set_smpte_offset_negative (bool);
bool smpte_offset_negative () const { return _smpte_offset_negative; }