diff options
-rw-r--r-- | chilbert/FixBitVec.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chilbert/FixBitVec.hpp b/chilbert/FixBitVec.hpp index d098956..289334a 100644 --- a/chilbert/FixBitVec.hpp +++ b/chilbert/FixBitVec.hpp @@ -253,7 +253,7 @@ public: const FBV_UINT* racks() const { return &m_rack; } /// Return the number of racks - int rackCount() { return 1; } + int rackCount() const { return 1; } private: static_assert(8 * sizeof(FBV_UINT) == FBV_BITS, ""); |