And another spell fix.

This commit is contained in:
fendrin 2013-05-20 10:37:52 +02:00
parent 3414dee255
commit 05991493bc

View file

@ -66,12 +66,12 @@ public:
bool select_area(int index);
/**
* Map accesor
* Map accessor
*/
editor_map& get_map() { return map_; };
/**
* Map accesor - const version
* Map accessor - const version
*/
const editor_map& get_map() const { return map_; }