Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2012-02-28 19:54:31 +0000
committerStijn Buys <ingar@osirion.org>2012-02-28 19:54:31 +0000
commitf17abe1b819f6fb3f1ad755396a6e88ce21fd388 (patch)
treedbb9f0961ae5e011211692b981e1ab73a3b7591f /src/filesystem
parentf5d5dab22cca6adc7c92025ad4117e03365e3937 (diff)
Corrected a misnamed #define
Diffstat (limited to 'src/filesystem')
-rw-r--r--src/filesystem/inistream.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/filesystem/inistream.h b/src/filesystem/inistream.h
index 7c99120..b4466fd 100644
--- a/src/filesystem/inistream.h
+++ b/src/filesystem/inistream.h
@@ -4,8 +4,8 @@
the terms of the GNU General Public License version 2
*/
-#ifndef __INCLUDED_FILESTREAM_INIFILE_H__
-#define __INCLUDED_FILESTREAM_INIFILE_H__
+#ifndef __INCLUDED_FILESYSTEM_INISTREAM_H__
+#define __INCLUDED_FILESYSTEM_INISTREAM_H__
#include <string>
#include <fstream>