# HG changeset patch # User alpar # Date 1083255961 0 # Node ID 02b8ddcb207ae272cb538bd4a17a104e0e03e895 # Parent cfe5507617458d6af77d7d3c13bc08f72ccf58d8 doc diff -r cfe550761745 -r 02b8ddcb207a src/include/fib_heap.h --- a/src/include/fib_heap.h Thu Apr 29 16:25:03 2004 +0000 +++ b/src/include/fib_heap.h Thu Apr 29 16:26:01 2004 +0000 @@ -62,8 +62,6 @@ Compare comp; int num_items; - ///\todo It is use nowhere - ///\todo It doesn't conform to the naming conventions. public: enum state_enum { IN_HEAP = 0, @@ -497,4 +495,6 @@ ///@} } //namespace hugo -#endif + +#endif //HUGO_FIB_HEAP_H +