X-Git-Url: https://git.auder.net/?p=cgds.git;a=blobdiff_plain;f=src%2FPriorityQueue.h;h=d3328f96e31e9a59fbc50598c6c68342237608fd;hp=4ddabfd089a7a07255816b6afd85df9774914c2a;hb=1d60b10a9482afc28f4ac027b21edf930d48440c;hpb=588a2232cf24183218d88c85003f2e6093f942ed diff --git a/src/PriorityQueue.h b/src/PriorityQueue.h index 4ddabfd..d3328f9 100644 --- a/src/PriorityQueue.h +++ b/src/PriorityQueue.h @@ -95,9 +95,9 @@ UInt priorityqueue_size( /** * @brief Return what is at the beginning of the queue. - * @return An ItemValue* 'iv' with iv->item = data, and iv->value its priority. + * @return An ItemValue* 'iv' with iv.item = data, and iv.value its priority. */ -ItemValue* priorityqueue_peek_raw( +ItemValue _priorityqueue_peek( PriorityQueue* priorityQueue ///< "this" pointer. );