mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-03-01 21:16:01 +00:00
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:
@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user