Fixed wrong visibility for clear_map()

This commit is contained in:
Fabian Müller 2010-02-21 15:13:08 +00:00
parent 3098dc1c4a
commit d1245b9add

View File

@ -51,8 +51,8 @@ public:
void add_label(const map_location &, label *);
void clear_all();
protected:
void clear_map(label_map &);
protected:
void operator=(const labels&);
private: