diff options
Diffstat (limited to 'src/PatchagePort.hpp')
-rw-r--r-- | src/PatchagePort.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/PatchagePort.hpp b/src/PatchagePort.hpp index 82efe3e..31dcbd2 100644 --- a/src/PatchagePort.hpp +++ b/src/PatchagePort.hpp @@ -15,8 +15,8 @@ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ -#ifndef PATCHAGEPORT_H -#define PATCHAGEPORT_H +#ifndef PATCHAGE_PATCHAGEPORT_HPP +#define PATCHAGE_PATCHAGEPORT_HPP #include CONFIG_H_PATH #include <string> @@ -71,4 +71,4 @@ private: }; -#endif // PATCHAGEPORT_H +#endif // PATCHAGE_PATCHAGEPORT_HPP |