Skip to content

Commit 74343db

Browse files
committed
Update create_sagger
1 parent 5575457 commit 74343db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drogon_ctl/create_swagger.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ static void forEachControllerHeaderIn(
5252
if (strPath.empty() || strPath == (".") || strPath == (".."))
5353
return;
5454

55-
std::error_code ec;
55+
drogon::error_code ec;
5656
drogon::filesystem::path fsPath(strPath);
5757
if (!drogon::filesystem::exists(strPath, ec))
5858
{

0 commit comments

Comments
 (0)