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:
w1z7ard
2007-07-04 06:03:00 +00:00
parent 49fc86f13e
commit 7cd67dc63f
6 changed files with 155 additions and 100 deletions

View File

@ -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);