diff options
Diffstat (limited to 'src/CanvasPort.hpp')
-rw-r--r-- | src/CanvasPort.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/CanvasPort.hpp b/src/CanvasPort.hpp index 5607f04..60695df 100644 --- a/src/CanvasPort.hpp +++ b/src/CanvasPort.hpp @@ -14,8 +14,8 @@ * along with Patchage. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef PATCHAGE_PATCHAGEPORT_HPP -#define PATCHAGE_PATCHAGEPORT_HPP +#ifndef PATCHAGE_CANVASPORT_HPP +#define PATCHAGE_CANVASPORT_HPP #include "Canvas.hpp" #include "CanvasModule.hpp" @@ -108,4 +108,4 @@ private: } // namespace patchage -#endif // PATCHAGE_PATCHAGEPORT_HPP +#endif // PATCHAGE_CANVASPORT_HPP |