diff options
| author | Stijn Buys <ingar@osirion.org> | 2012-02-28 19:54:31 +0000 |
|---|---|---|
| committer | Stijn Buys <ingar@osirion.org> | 2012-02-28 19:54:31 +0000 |
| commit | f17abe1b819f6fb3f1ad755396a6e88ce21fd388 (patch) | |
| tree | dbb9f0961ae5e011211692b981e1ab73a3b7591f /src/filesystem | |
| parent | f5d5dab22cca6adc7c92025ad4117e03365e3937 (diff) | |
Corrected a misnamed #define
Diffstat (limited to 'src/filesystem')
| -rw-r--r-- | src/filesystem/inistream.h | 4 |
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> |
