Skip to content

Commit

Permalink
Update Utilities.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
hallfjonas authored Oct 5, 2023
1 parent e8cd192 commit e34743a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/Utilities.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -364,8 +364,8 @@ namespace LCQPow {

/** Maximum number of characters within a string.
* Note: this value should be at least 41! */
constexpr static uint MAX_STRING_LENGTH = 160;
constexpr static unsigned int MAX_STRING_LENGTH = 160;
};
}

#endif // LCQPOW_UTILITIES_HPP
#endif // LCQPOW_UTILITIES_HPP

0 comments on commit e34743a

Please sign in to comment.