Fix a compiler warning.

This commit is contained in:
Mark de Wever 2009-08-24 20:27:36 +00:00
parent f76e254d47
commit 9e97029ab4

View File

@ -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;