Spell checking. No reference.
This commit is contained in:
@@ -84,7 +84,7 @@ class TypeFsactory {
|
|||||||
* @brief create - create class by unique id. Class should be registered before
|
* @brief create - create class by unique id. Class should be registered before
|
||||||
* @param id - unique class identification
|
* @param id - unique class identification
|
||||||
* @return shared pointer to new class.
|
* @return shared pointer to new class.
|
||||||
* @throws std::our_of_range when id not found in map
|
* @throws std::out_of_range when id not found in map
|
||||||
*/
|
*/
|
||||||
typefactoryFunction create (const ClassId_T& id) const {
|
typefactoryFunction create (const ClassId_T& id) const {
|
||||||
/// constructor of registered type will call here
|
/// constructor of registered type will call here
|
||||||
|
|||||||
Reference in New Issue
Block a user