From 104cff4674e257cf2d7f40b4587c95271f64d69d Mon Sep 17 00:00:00 2001 From: eidheim Date: Sun, 6 Dec 2015 16:07:23 +0100 Subject: [PATCH] Minor name change in include guard of process.hpp --- src/process.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/process.hpp b/src/process.hpp index af1625e..49a11ad 100644 --- a/src/process.hpp +++ b/src/process.hpp @@ -1,5 +1,5 @@ -#ifndef JUCI_PROCESS_H_ -#define JUCI_PROCESS_H_ +#ifndef TINY_PROCESS_LIBRARY_HPP_ +#define TINY_PROCESS_LIBRARY_HPP_ #include #include @@ -63,4 +63,4 @@ private: void close_all(); }; -#endif // JUCI_PROCESS_H_ +#endif // TINY_PROCESS_LIBRARY_HPP_