summaryrefslogtreecommitdiffstats
path: root/idlc/source/parser.y
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/source/parser.y')
-rw-r--r--idlc/source/parser.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/source/parser.y b/idlc/source/parser.y
index 8fe0caf19d6d..f8b143be4434 100644
--- a/idlc/source/parser.y
+++ b/idlc/source/parser.y
@@ -89,7 +89,7 @@ void checkIdentifier(::rtl::OString* id)
msg.getStr());
}
else
- ErrorHandler::warning0(WIDL_WRONG_NAMING_CONV, id->getStr());
+ ErrorHandler::warning0(WarningCode::WrongNamingConvention, id->getStr());
}
}