author | alpar |
Thu, 29 Apr 2004 16:26:01 +0000 | |
changeset 477 | 02b8ddcb207a |
parent 476 | cfe550761745 |
child 478 | 8c74de352f80 |
1.1 --- a/src/include/fib_heap.h Thu Apr 29 16:25:03 2004 +0000 1.2 +++ b/src/include/fib_heap.h Thu Apr 29 16:26:01 2004 +0000 1.3 @@ -62,8 +62,6 @@ 1.4 Compare comp; 1.5 int num_items; 1.6 1.7 - ///\todo It is use nowhere 1.8 - ///\todo It doesn't conform to the naming conventions. 1.9 public: 1.10 enum state_enum { 1.11 IN_HEAP = 0, 1.12 @@ -497,4 +495,6 @@ 1.13 ///@} 1.14 1.15 } //namespace hugo 1.16 -#endif 1.17 + 1.18 +#endif //HUGO_FIB_HEAP_H 1.19 +