# HG changeset patch # User alpar # Date 1079218123 0 # Node ID ee62b0d9093342a0fdeaf3eb71f9a6f46ee525b0 # Parent c59e450712d8a9e8dc152e0565c9c5c64cba5a73 put the namespace into the main #ifdef diff -r c59e450712d8 -r ee62b0d90933 src/work/alpar/emptygraph.h --- a/src/work/alpar/emptygraph.h Sat Mar 13 22:40:36 2004 +0000 +++ b/src/work/alpar/emptygraph.h Sat Mar 13 22:48:43 2004 +0000 @@ -1,6 +1,6 @@ // -*- c++ -*- -#ifndef EMPTYGRAPH_H -#define EMPTYGRAPH_H +#ifndef HUGO_EMPTYGRAPH_H +#define HUGO_EMPTYGRAPH_H #include @@ -306,4 +306,4 @@ // } -#endif // EMPTYGRAPH_H +#endif // HUGO_EMPTYGRAPH_H