And another spell fix.
This commit is contained in:
parent
3414dee255
commit
05991493bc
1 changed files with 2 additions and 2 deletions
|
@ -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_; }
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue