Skip to content

Commit

Permalink
Merge branch 'hotfix/v4.3.1' - GIT/BUG: Updated submodule reference a…
Browse files Browse the repository at this point in the history
…nd fixed const.

GIT: Updated submodule reference.
  • Loading branch information
ben51degrees committed Jun 16, 2021
2 parents cff2dde + bf455fc commit 67503df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/common-cxx
Submodule common-cxx updated 0 files
2 changes: 1 addition & 1 deletion src/hash/ConfigHash.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down
2 changes: 1 addition & 1 deletion src/hash/ConfigHash.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 67503df

Please sign in to comment.