From f6254d8804138701da41eb74e5bd365d277e21b7 Mon Sep 17 00:00:00 2001 From: fluxgen Date: Mon, 18 Mar 2002 20:28:24 +0000 Subject: include guard --- src/FbAtoms.hh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/FbAtoms.hh b/src/FbAtoms.hh index a45376d..3a04a71 100644 --- a/src/FbAtoms.hh +++ b/src/FbAtoms.hh @@ -19,7 +19,10 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: FbAtoms.hh,v 1.1 2002/03/18 15:23:08 fluxgen Exp $ +// $Id: FbAtoms.hh,v 1.2 2002/03/18 20:28:24 fluxgen Exp $ +#ifndef FBATOMS_HH +#define FBATOMS_HH + #include #include class FbAtoms @@ -171,3 +174,5 @@ private: motif_wm_hints; bool m_init; }; + +#endif //FBATOMS_HH -- cgit v0.11.2