diff options
| author | Dan Goodliffe <dan@randomdan.homeip.net> | 2026-03-22 17:02:40 +0000 |
|---|---|---|
| committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2026-03-22 18:03:14 +0000 |
| commit | d92816a5f55cea9b67b7aab306eb1109af6dcbbe (patch) | |
| tree | 62e0ce096ad713cac22a70f26a401dc5dc9b2808 /src/uaLookup.cpp | |
| parent | 05c47ab65e73b16887b7c7a1eb31acf6d364ef41 (diff) | |
| download | webstat-d92816a5f55cea9b67b7aab306eb1109af6dcbbe.tar.bz2 webstat-d92816a5f55cea9b67b7aab306eb1109af6dcbbe.tar.xz webstat-d92816a5f55cea9b67b7aab306eb1109af6dcbbe.zip | |
Add missing -Wshadow
Diffstat (limited to 'src/uaLookup.cpp')
| -rw-r--r-- | src/uaLookup.cpp | 2 |
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 |
