X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/02dbdcfb853b4dc2342e08740bc926d84f60fb2f..849d25bcc8cbb5365daa9e1c3c71fa20a96ecd59:/src/surf/surf_interface.hpp diff --git a/src/surf/surf_interface.hpp b/src/surf/surf_interface.hpp index 5cad6feeae..2496a4bc81 100644 --- a/src/surf/surf_interface.hpp +++ b/src/surf/surf_interface.hpp @@ -239,7 +239,7 @@ public: void heapInsert(xbt_heap_t heap, double key, enum heap_action_type hat); void heapRemove(xbt_heap_t heap); void heapUpdate(xbt_heap_t heap, double key, enum heap_action_type hat); - virtual void updateIndexHeap(int i); + void updateIndexHeap(int i); lmm_variable_t getVariable() {return variable_;} void setVariable(lmm_variable_t var) { variable_ = var; } double getLastUpdate() {return lastUpdate_;}