diff options
Diffstat (limited to 'src/common/PrioritizedQueue.h')
-rw-r--r-- | src/common/PrioritizedQueue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/PrioritizedQueue.h b/src/common/PrioritizedQueue.h index 2e86d1069ff..6d7de1291f6 100644 --- a/src/common/PrioritizedQueue.h +++ b/src/common/PrioritizedQueue.h @@ -202,7 +202,7 @@ public: min_cost(min_c) {} - unsigned length() const final { + unsigned length() const { unsigned total = 0; for (typename SubQueues::const_iterator i = queue.begin(); i != queue.end(); |