mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-02-16 01:05:54 +00:00
serious bug fixes in search bar. think some could still exist
git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@648 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
@ -120,7 +120,7 @@ std::auto_ptr<Preset> PresetLoader::loadPreset(unsigned int index, const PresetI
|
||||
assert(index >= 0);
|
||||
assert(index < m_entries.size());
|
||||
|
||||
// Return a new autopointer to a present
|
||||
// Return a new autopointer to a preset
|
||||
return std::auto_ptr<Preset>(new Preset(m_entries[index], m_presetNames[index], presetInputs, presetOutputs));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user