Fixed the header guard, which was using the name define as FileUtils.

Problem spotted by Terry Welsh.
This commit is contained in:
Robert Osfield
2002-01-29 12:55:23 +00:00
parent 2487861fbc
commit 9a6a96a7e7

View File

@@ -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 <osg/Image>
#include <osg/Node>