aboutsummaryrefslogtreecommitdiffstats
path: root/chilbert/FixBitVec.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-08-05 12:29:34 +0200
committerDavid Robillard <d@drobilla.net>2018-08-07 20:01:24 +0200
commit46e5aed0bf2645fb640b08c148b518590c95253a (patch)
treee368d80c2f278e9b8b4b5d49057624cd44845b14 /chilbert/FixBitVec.hpp
parent99cf4755e4262dd4ec55979986a289bf6abc7c6d (diff)
downloadchilbert-46e5aed0bf2645fb640b08c148b518590c95253a.tar.gz
chilbert-46e5aed0bf2645fb640b08c148b518590c95253a.tar.bz2
chilbert-46e5aed0bf2645fb640b08c148b518590c95253a.zip
Fix use of reserved identifiers for include guards
Diffstat (limited to 'chilbert/FixBitVec.hpp')
-rw-r--r--chilbert/FixBitVec.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/chilbert/FixBitVec.hpp b/chilbert/FixBitVec.hpp
index 06f3455..0a89803 100644
--- a/chilbert/FixBitVec.hpp
+++ b/chilbert/FixBitVec.hpp
@@ -16,8 +16,8 @@
this program. If not, see <https://www.gnu.org/licenses/>.
*/
-#ifndef _FIXBITVEC_HPP_
-#define _FIXBITVEC_HPP_
+#ifndef CHILBERT_FIXBITVEC_HPP
+#define CHILBERT_FIXBITVEC_HPP
#include "chilbert/Operations.hpp"