summaryrefslogtreecommitdiff
path: root/indra/llcorehttp/_httpopsetpriority.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llcorehttp/_httpopsetpriority.cpp')
-rw-r--r--indra/llcorehttp/_httpopsetpriority.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcorehttp/_httpopsetpriority.cpp b/indra/llcorehttp/_httpopsetpriority.cpp
index dc609421ed..b0ee577087 100644
--- a/indra/llcorehttp/_httpopsetpriority.cpp
+++ b/indra/llcorehttp/_httpopsetpriority.cpp
@@ -35,7 +35,7 @@ namespace LLCore
{
-HttpOpSetPriority::HttpOpSetPriority(HttpHandle handle, unsigned int priority)
+HttpOpSetPriority::HttpOpSetPriority(HttpHandle handle, HttpRequest::priority_t priority)
: HttpOperation(),
mHandle(handle),
mPriority(priority)