Commit 59aca962 authored by Don Gagne's avatar Don Gagne

Merge pull request #1251 from DonLakeFlyer/CodingStyleFix

Use more normal double include ifdef
parents 0a5b2fa1 e6ab426f
...@@ -31,8 +31,8 @@ ...@@ -31,8 +31,8 @@
/// ///
/// @author Don Gagne <don@thegagnes.com> /// @author Don Gagne <don@thegagnes.com>
#ifndef CodingStyle_h #ifndef CODINGSTYLE_H
#define CodingStyle_h #define CODINGSTYLE_H
#include <QObject> #include <QObject>
#include <QMap> #include <QMap>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment