aboutsummaryrefslogtreecommitdiffstats
path: root/chilbert/FixBitVec.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-08-19 11:17:18 +0200
committerDavid Robillard <d@drobilla.net>2018-09-29 14:48:23 +0200
commitfe202f6af41deb3e766e78ab6d4a12fe2ced7aa4 (patch)
tree619f2c900835242aa25605ffe9ea404eef8ef193 /chilbert/FixBitVec.hpp
parent647395224c16178a59d3a9cadfff56e6c46aa5a0 (diff)
downloadchilbert-fe202f6af41deb3e766e78ab6d4a12fe2ced7aa4.tar.gz
chilbert-fe202f6af41deb3e766e78ab6d4a12fe2ced7aa4.tar.bz2
chilbert-fe202f6af41deb3e766e78ab6d4a12fe2ced7aa4.zip
Rename rackCount() to num_racks()
Diffstat (limited to 'chilbert/FixBitVec.hpp')
-rw-r--r--chilbert/FixBitVec.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/chilbert/FixBitVec.hpp b/chilbert/FixBitVec.hpp
index d4313ba..99ed1ee 100644
--- a/chilbert/FixBitVec.hpp
+++ b/chilbert/FixBitVec.hpp
@@ -267,7 +267,7 @@ public:
const Rack* racks() const { return &m_rack; }
/// Return the number of racks
- int rackCount() const { return 1; }
+ int num_racks() const { return 1; }
template <class BitVec>
class iterator_base : public Mask