summaryrefslogtreecommitdiff
path: root/src/uaLookup.cpp
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2026-03-22 17:02:40 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2026-03-22 18:03:14 +0000
commitd92816a5f55cea9b67b7aab306eb1109af6dcbbe (patch)
tree62e0ce096ad713cac22a70f26a401dc5dc9b2808 /src/uaLookup.cpp
parent05c47ab65e73b16887b7c7a1eb31acf6d364ef41 (diff)
downloadwebstat-d92816a5f55cea9b67b7aab306eb1109af6dcbbe.tar.bz2
webstat-d92816a5f55cea9b67b7aab306eb1109af6dcbbe.tar.xz
webstat-d92816a5f55cea9b67b7aab306eb1109af6dcbbe.zip
Add missing -Wshadow
Diffstat (limited to 'src/uaLookup.cpp')
-rw-r--r--src/uaLookup.cpp2
1 files changed, 1 insertions, 1 deletions
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 <modifycommand.h>
namespace WebStat {
- UserAgentLookupOperation::UserAgentLookupOperation(Crc32Value entityId) : entityId {entityId} { }
+ UserAgentLookupOperation::UserAgentLookupOperation(Crc32Value userAgentEntityId) : entityId {userAgentEntityId} { }
void
UserAgentLookupOperation::whenComplete(DB::Connection * dbconn) const