comment typo fix in factory() method of PresetFactoryManager

git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/personal/carm/represet@1159 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
w1z7ard
2008-09-13 17:28:09 +00:00
parent c0c6a15767
commit a706a0fe85

View File

@ -40,7 +40,7 @@ class PresetFactoryManager {
/// Requests a factory given a preset extension type
/// \param extension a string denoting the preset suffix type
/// \throws a PresetFactoryException if the extension is unhandled
/// \throws PresetFactoryException if the extension is unhandled
/// \returns a valid preset factory associated with the extension
PresetFactory & factory(const std::string & extension);