summaryrefslogtreecommitdiff
path: root/src/mapmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mapmanager.h')
-rw-r--r--src/mapmanager.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mapmanager.h b/src/mapmanager.h
index 3347ae27..d516b4ce 100644
--- a/src/mapmanager.h
+++ b/src/mapmanager.h
@@ -66,7 +66,8 @@ class MapManager: public utils::Singleton<MapManager>
/**
* Check if a map was already loaded.
*/
- bool isLoaded(unsigned int mapId) const;
+ bool
+ isLoaded(unsigned int mapId) const;
protected:
/**