fixed wrong integration of tempoSyncKnobModel

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@751 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-03-02 07:33:18 +00:00
parent 5836c585e2
commit a6859e765a
4 changed files with 24 additions and 3 deletions

View File

@@ -72,9 +72,9 @@ public:
return( &m_knobModel );
}
inline knobModel * getTempoSyncKnobModel( void )
inline tempoSyncKnobModel * getTempoSyncKnobModel( void )
{
return( &m_knobModel );
return( &m_tempoSyncKnobModel );
}
inline port_desc_t * getPort( void )