1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-22 23:54:01 +00:00

Fixed include guards on std::ostream wrappers

This commit is contained in:
Nicolay Korslund 2010-08-04 19:59:11 +02:00
parent d3f0932b20
commit 073cc246b6
2 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
#ifndef MANGLE_STREAM_FILESERVER_H #ifndef MANGLE_OSTREAM_FILESERVER_H
#define MANGLE_STREAM_FILESERVER_H #define MANGLE_OSTREAM_FILESERVER_H
#include "std_ostream.hpp" #include "std_ostream.hpp"
#include <fstream> #include <fstream>

View file

@ -1,5 +1,5 @@
#ifndef MANGLE_STREAM_STDIOSERVER_H #ifndef MANGLE_OSTREAM_STDIOSERVER_H
#define MANGLE_STREAM_STDIOSERVER_H #define MANGLE_OSTREAM_STDIOSERVER_H
#include "../stream.hpp" #include "../stream.hpp"
#include <iostream> #include <iostream>