X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fstructure%2Fevent_mgr.hxx;h=746f03c0f7cd9a36ff3b6a342b78ca2439e863ba;hb=8f9921d00c692573263a0215150e0892a9ffb68c;hp=66face68f05c2d6acf8f1815920fa59ee9da22ef;hpb=61f2f4b7618660e939be721b8bf425819657daa0;p=simgear.git diff --git a/simgear/structure/event_mgr.hxx b/simgear/structure/event_mgr.hxx index 66face68..746f03c0 100644 --- a/simgear/structure/event_mgr.hxx +++ b/simgear/structure/event_mgr.hxx @@ -51,7 +51,9 @@ private: void siftDown(int n); void siftUp(int n); void growArray(); - void check(); + + // gcc complains there is no function specification anywhere. + // void check(); double _now; HeapEntry *_table;