Fix a forward declaration that was missed in a prior pull request. This clears a GCC warning.

This commit is contained in:
Beman
2015-10-08 07:04:13 -04:00
parent fb365908ad
commit 74c5f5fe3e

View File

@@ -266,7 +266,7 @@ namespace
bool error(err_t error_num, error_code* ec, const char* message);
bool error(err_t error_num, const path& p, error_code* ec, const char* message);
bool error(err_t error_num, const path& p1, const path& p2, error_code* ec,
const string& message);
const char* message);
const error_code ok;