fixed a typo, which prevented linking

This commit is contained in:
Iurii Chernyi 2009-06-06 20:47:21 +00:00
parent 6e362bc3c9
commit 3d25902cc5
2 changed files with 3 additions and 3 deletions

View file

@ -52,7 +52,7 @@ wesnoth_source = \
ai/ai_move.cpp \
ai/ai_village.cpp \
ai/composite/ai.cpp \
ai/composite/context.cpp \
ai/composite/contexts.cpp \
ai/composite/engine.cpp \
ai/composite/engine_default.cpp \
ai/composite/rca.cpp \

View file

@ -73,12 +73,12 @@ public:
bool is_enabled() const;
/**
* Disable the candidate action
* Enable the candidate action
*/
void enable();
/**
* Enable the candidate action
* Disable the candidate action
*/
void disable();