X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=flower%2Finclude%2Fpqueue.hh;h=923773f5001151d347357c74f6c463f7a2390cff;hb=cb0b407e567feca71cbc5f9479a06b266c69a26c;hp=6f1ebc53b60669ec061a3335e47637447a1d49cd;hpb=a4cc910a3401d25bb94ff0ecb4dc18f681c71004;p=lilypond.git diff --git a/flower/include/pqueue.hh b/flower/include/pqueue.hh index 6f1ebc53b6..923773f500 100644 --- a/flower/include/pqueue.hh +++ b/flower/include/pqueue.hh @@ -45,7 +45,7 @@ int compare (PQueue_ent const &e1, PQueue_ent const &e2) template class PQueue { - vector heap_array_; + std::vector heap_array_; T &elt (vsize i) { return heap_array_[i - 1];