From b89ae07b3b04c613a4d213195e9978f0f4adc0c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 30 Nov 2012 15:25:43 +0100 Subject: [PATCH] What?! --- src/AbstractResourceLoader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AbstractResourceLoader.h b/src/AbstractResourceLoader.h index 038054604..096d3d1fc 100644 --- a/src/AbstractResourceLoader.h +++ b/src/AbstractResourceLoader.h @@ -55,7 +55,7 @@ template 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