# HG changeset patch # User alpar # Date 1077453828 0 # Node ID bb07dd5b2d670cc0d04860819ce4a25b8c33b270 # Parent cf7b01232d8625f4034c8600f28c2b659d33da21 marci ->hugo diff -r cf7b01232d86 -r bb07dd5b2d67 src/include/bin_heap.hh --- a/src/include/bin_heap.hh Sun Feb 22 12:17:16 2004 +0000 +++ b/src/include/bin_heap.hh Sun Feb 22 12:43:48 2004 +0000 @@ -63,7 +63,7 @@ #include #include -namespace marci { +namespace hugo { template > @@ -227,6 +227,6 @@ return hole; } -} // namespace marci +} // namespace hugo #endif // BIN_HEAP_HH