mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-02-16 08:15:47 +00:00
builds. preset loader / chooser almost complete
git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/personal/carm/dev-1.0@231 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
@ -69,7 +69,7 @@ while ((dir_entry = readdir(m_dir)) != NULL) {
|
||||
|
||||
}
|
||||
|
||||
std::auto_ptr<Preset> PresetLoader::loadPreset(unsigned int index, const PresetInputs & presetInputs, PresetOutputs & presetOutputs) {
|
||||
std::auto_ptr<Preset> PresetLoader::loadPreset(unsigned int index, const PresetInputs & presetInputs, PresetOutputs & presetOutputs) const {
|
||||
|
||||
// Check that index isn't insane
|
||||
assert(index >= 0);
|
||||
|
||||
Reference in New Issue
Block a user