From 9a6a96a7e7979c52cada6a847e47ad69f4f13d4a Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 29 Jan 2002 12:55:23 +0000 Subject: [PATCH] Fixed the header guard, which was using the name define as FileUtils. Problem spotted by Terry Welsh. --- include/osgDB/WriteFile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/osgDB/WriteFile b/include/osgDB/WriteFile index d7de1749f..4ed707d8a 100644 --- a/include/osgDB/WriteFile +++ b/include/osgDB/WriteFile @@ -2,8 +2,8 @@ //Distributed under the terms of the GNU Library General Public License (LGPL) //as published by the Free Software Foundation. -#ifndef OSGDB_FILEUTILS -#define OSGDB_FILEUTILS 1 +#ifndef OSGDB_WRITEFILE +#define OSGDB_WRITEFILE 1 #include #include