From bf455fc7a2ceabee35fe8ed690b8ca76d4841561 Mon Sep 17 00:00:00 2001 From: Ben51Degrees Date: Wed, 16 Jun 2021 12:40:53 +0100 Subject: [PATCH] GIT: Updated submodule reference. --- src/common-cxx | 2 +- src/hash/ConfigHash.cpp | 2 +- src/hash/ConfigHash.hpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/common-cxx b/src/common-cxx index f2aa8e61..5a43a946 160000 --- a/src/common-cxx +++ b/src/common-cxx @@ -1 +1 @@ -Subproject commit f2aa8e61ed9c7ef0ce2f0bdfb8eeef9984fa68ef +Subproject commit 5a43a9462719183ed1cdd1921844b7cf34c90c82 diff --git a/src/hash/ConfigHash.cpp b/src/hash/ConfigHash.cpp index 34ac5222..c5d66dc8 100644 --- a/src/hash/ConfigHash.cpp +++ b/src/hash/ConfigHash.cpp @@ -158,7 +158,7 @@ fiftyoneDegreesConfigHash* ConfigHash::getConfig() { * Provides the lowest concurrency value in the list of possible concurrencies. * @return a 16 bit integer with the minimum concurrency value. */ -uint16_t ConfigHash::getConcurrency() { +uint16_t ConfigHash::getConcurrency() const { uint16_t concurrencies[] = { strings.getConcurrency(), properties.getConcurrency(), diff --git a/src/hash/ConfigHash.hpp b/src/hash/ConfigHash.hpp index 47017563..d7059a0e 100644 --- a/src/hash/ConfigHash.hpp +++ b/src/hash/ConfigHash.hpp @@ -264,7 +264,7 @@ namespace FiftyoneDegrees { * concurrencies. * @return a 16 bit integer with the minimum concurrency value. */ - uint16_t getConcurrency(); + uint16_t getConcurrency() const; /** * Gets whether the route through each graph should be traced