Browse Source

What?!

pull/7/head
Vladimír Vondruš 14 years ago
parent
commit
b89ae07b3b
  1. 2
      src/AbstractResourceLoader.h

2
src/AbstractResourceLoader.h

@ -55,7 +55,7 @@ template<class T> class AbstractResourceLoader {
* Count of resources requested by calling load(), but not found by
* the loader.
*/
inline std::size_t notFountCount() const { return _notFoundCount; }
inline std::size_t notFoundCount() const { return _notFoundCount; }
/**
* @brief Count of loaded resources

Loading…
Cancel
Save