explicitely declare updateSampleRate() and updateBufferSize() as virtual

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1867 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-12-04 19:53:31 +00:00
parent 5a609013ef
commit 9879a01553
2 changed files with 5 additions and 2 deletions

View File

@@ -116,7 +116,7 @@ public:
const f_cnt_t _offset );
// set given sample-rate for plugin
void updateSampleRate( void )
virtual void updateSampleRate( void )
{
if( m_plugin )
{
@@ -126,7 +126,7 @@ public:
}
// set given buffer-size for plugin
void updateBufferSize( void )
virtual void updateBufferSize( void )
{
if( m_plugin )
{