Fixes the wrong tab spacing for #2028

This commit is contained in:
Michael Gregorius
2015-05-03 22:19:42 +02:00
parent 53f5ef1980
commit 3e72793465
4 changed files with 21 additions and 21 deletions

View File

@@ -56,7 +56,7 @@ public:
AutomationPattern( const AutomationPattern & _pat_to_copy );
virtual ~AutomationPattern();
bool addObject( AutomatableModel * _obj, bool _search_dup = true );
bool addObject( AutomatableModel * _obj, bool _search_dup = true );
const AutomatableModel * firstObject() const;