src/work/peter/path/debug.h
changeset 921 818510fa3d99
parent 815 468c9ec86928
     1.1 --- a/src/work/peter/path/debug.h	Wed Sep 29 14:12:26 2004 +0000
     1.2 +++ b/src/work/peter/path/debug.h	Wed Sep 29 15:30:04 2004 +0000
     1.3 @@ -1,12 +1,12 @@
     1.4  // -*- C++ -*- //
     1.5  
     1.6 -#ifndef HUGO_DEBUG_H
     1.7 -#define HUGO_DEBUG_H
     1.8 +#ifndef LEMON_DEBUG_H
     1.9 +#define LEMON_DEBUG_H
    1.10  
    1.11  //! \file
    1.12  //! \brief Basic definitions for debug control.
    1.13  
    1.14 -namespace hugo {
    1.15 +namespace lemon {
    1.16  
    1.17    //! Debug mode for testing/debugging
    1.18  
    1.19 @@ -53,4 +53,4 @@
    1.20  #endif
    1.21  
    1.22  }
    1.23 -#endif // HUGO_DEBUG_H
    1.24 +#endif // LEMON_DEBUG_H