From d92816a5f55cea9b67b7aab306eb1109af6dcbbe Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 22 Mar 2026 17:02:40 +0000 Subject: Add missing -Wshadow --- src/uaLookup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/uaLookup.cpp') diff --git a/src/uaLookup.cpp b/src/uaLookup.cpp index dbef015..8cd1cb2 100644 --- a/src/uaLookup.cpp +++ b/src/uaLookup.cpp @@ -5,7 +5,7 @@ #include namespace WebStat { - UserAgentLookupOperation::UserAgentLookupOperation(Crc32Value entityId) : entityId {entityId} { } + UserAgentLookupOperation::UserAgentLookupOperation(Crc32Value userAgentEntityId) : entityId {userAgentEntityId} { } void UserAgentLookupOperation::whenComplete(DB::Connection * dbconn) const -- cgit v1.3