mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-30 10:27:44 +01:00
change is the only constant, again
git-svn-id: svn://localhost/ardour2/branches/3.0@13363 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
b1ed782045
commit
5f79e30d05
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ class Pannable : public PBD::Stateful, public Automatable, public SessionHandleR
|
|||
|
||||
void start_touch (double when);
|
||||
void stop_touch (bool mark, double when);
|
||||
bool touching() const { return g_atomic_int_get (&_touching); }
|
||||
bool touching() const { return g_atomic_int_get (const_cast<gint*>(&_touching)); }
|
||||
bool writing() const { return _auto_state == Write; }
|
||||
bool touch_enabled() const { return _auto_state == Touch; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue