diff --git a/libs/ardour/ardour/session.h b/libs/ardour/ardour/session.h index e1db163300..8de0e1c523 100644 --- a/libs/ardour/ardour/session.h +++ b/libs/ardour/ardour/session.h @@ -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; }