diff options
Diffstat (limited to 'muse2/synti/simpledrums2/simpledrums.cpp')
| -rw-r--r-- | muse2/synti/simpledrums2/simpledrums.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/muse2/synti/simpledrums2/simpledrums.cpp b/muse2/synti/simpledrums2/simpledrums.cpp index ef626954..2cc42ba6 100644 --- a/muse2/synti/simpledrums2/simpledrums.cpp +++ b/muse2/synti/simpledrums2/simpledrums.cpp @@ -644,10 +644,10 @@ bool SimpleSynth::sysex(int len, const unsigned char* d)      \fn SimpleSynth::getPatchName      \brief Called from host to get names of patches      \param index - which patchnr we're about to deliver -    \return const char* with patchname +    \return QString with patchname   */  //--------------------------------------------------------- -const char* SimpleSynth::getPatchName(int /*index*/, int, bool) const +QString SimpleSynth::getPatchName(int /*index*/, int, bool) const        {        SS_TRACE_IN        SS_TRACE_OUT | 
