summaryrefslogtreecommitdiff
path: root/src/mbgl/util/thread_context.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/util/thread_context.hpp')
-rw-r--r--src/mbgl/util/thread_context.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/util/thread_context.hpp b/src/mbgl/util/thread_context.hpp
index 60b32b3b2a..a51dede404 100644
--- a/src/mbgl/util/thread_context.hpp
+++ b/src/mbgl/util/thread_context.hpp
@@ -12,7 +12,7 @@ enum class ThreadPriority : bool {
struct ThreadContext {
public:
- ThreadContext(const std::string& name, ThreadPriority priority = ThreadPriority::Regular);
+ ThreadContext(std::string name, ThreadPriority priority = ThreadPriority::Regular);
std::string name;
ThreadPriority priority;