summaryrefslogtreecommitdiff
path: root/src/uaLookup.cpp
diff options
context:
space:
mode:
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