diff options
Diffstat (limited to 'include/ingen/TurtleWriter.hpp')
-rw-r--r-- | include/ingen/TurtleWriter.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/ingen/TurtleWriter.hpp b/include/ingen/TurtleWriter.hpp index 9c88be2e..d9aa13d3 100644 --- a/include/ingen/TurtleWriter.hpp +++ b/include/ingen/TurtleWriter.hpp @@ -14,8 +14,8 @@ along with Ingen. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef INGEN_TURTLE_WRITER_HPP -#define INGEN_TURTLE_WRITER_HPP +#ifndef INGEN_TURTLEWRITER_HPP +#define INGEN_TURTLEWRITER_HPP #include "ingen/AtomSink.hpp" #include "ingen/AtomWriter.hpp" @@ -66,4 +66,4 @@ protected: } // namespace ingen -#endif // INGEN_TURTLE_WRITER_HPP +#endif // INGEN_TURTLEWRITER_HPP |