diff options
Diffstat (limited to 'src/dom/svgimpl.h')
| -rw-r--r-- | src/dom/svgimpl.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/dom/svgimpl.h b/src/dom/svgimpl.h index 62d6acaf3..83d56fa22 100644 --- a/src/dom/svgimpl.h +++ b/src/dom/svgimpl.h @@ -1,7 +1,8 @@ -#ifndef __SVGIMPL_H__ -#define __SVGIMPL_H__ +#ifndef SEEN_SVGIMPL_H +#define SEEN_SVGIMPL_H /** + * @file * Phoebe DOM Implementation. * * This is a C++ approximation of the W3C DOM model, which follows @@ -9,7 +10,8 @@ * which are provided for reference. Most important is this one: * * http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/idl-definitions.html - * + */ +/* * Authors: * Bob Jamison * @@ -5527,7 +5529,7 @@ protected: } //namespace w3c } //namespace org -#endif // __SVG_H__ +#endif // SEEN_SVGIMPL_H /*######################################################################### ## E N D O F F I L E #########################################################################*/ |
