From 876bbbec3a6bf3d02d4ab7020cc73eaa6e247e9e Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Fri, 12 Jun 2020 18:49:09 -0400 Subject: have basic wxwidgets gui working --- gui/stmdsp.hpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'gui/stmdsp.hpp') diff --git a/gui/stmdsp.hpp b/gui/stmdsp.hpp index 12e4578..99a3bd3 100644 --- a/gui/stmdsp.hpp +++ b/gui/stmdsp.hpp @@ -1,5 +1,5 @@ -#ifndef STMDSPSCANNER_H -#define STMDSPSCANNER_H +#ifndef STMDSP_HPP_ +#define STMDSP_HPP_ #include #include @@ -57,4 +57,5 @@ namespace stmdsp }; } -#endif // STMDSPSCANNER_H +#endif // STMDSP_HPP_ + -- cgit v1.2.3