aboutsummaryrefslogtreecommitdiffstats
path: root/gui/stmdsp.hpp
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2020-06-12 18:49:09 -0400
committerClyne Sullivan <clyne@bitgloo.com>2020-06-12 18:49:09 -0400
commit876bbbec3a6bf3d02d4ab7020cc73eaa6e247e9e (patch)
treedb35b72e70f2f97e5448613f51f2f4de692a75a6 /gui/stmdsp.hpp
parent5233ad146e408d05636c5e419ffe3d7806abf7a3 (diff)
have basic wxwidgets gui working
Diffstat (limited to 'gui/stmdsp.hpp')
-rw-r--r--gui/stmdsp.hpp7
1 files changed, 4 insertions, 3 deletions
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 <fstream>
#include <set>
@@ -57,4 +57,5 @@ namespace stmdsp
};
}
-#endif // STMDSPSCANNER_H
+#endif // STMDSP_HPP_
+