Browse Source

Use more normal double include ifdef

QGC4.4
Don Gagne 10 years ago
parent
commit
e6ab426ff0
  1. 4
      CodingStyle.h

4
CodingStyle.h

@ -31,8 +31,8 @@ @@ -31,8 +31,8 @@
///
/// @author Don Gagne <don@thegagnes.com>
#ifndef CodingStyle_h
#define CodingStyle_h
#ifndef CODINGSTYLE_H
#define CODINGSTYLE_H
#include <QObject>
#include <QMap>

Loading…
Cancel
Save