mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-17 02:43:26 +00:00
Fix a compiler warning.
This commit is contained in:
parent
f76e254d47
commit
9e97029ab4
@ -140,7 +140,7 @@ config engine::to_config() const
|
||||
}
|
||||
|
||||
|
||||
component* find_component( component */*root*/, const std::string &/*path*/ )
|
||||
static component* find_component( component */*root*/, const std::string &/*path*/ )
|
||||
{
|
||||
LOG_AI_COMPOSITE_ENGINE << "find_component is not implemented by this engine" << std::endl;
|
||||
return NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user