summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2014-11-11 20:57:33 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2014-11-11 20:57:33 +0100
commitdcba927ada3bf7a373758efe0c50f39f0f92da0d (patch)
tree41f8ab0fac03447ba44b4b99d1cf532f56434754
parentb1c1192d459d59624101eabc1fc6811fabd24943 (diff)
fix typo in include guard in test
-rw-r--r--test/dw_simple_container.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dw_simple_container.hh b/test/dw_simple_container.hh
index bb1a37af..fdb67bec 100644
--- a/test/dw_simple_container.hh
+++ b/test/dw_simple_container.hh
@@ -1,5 +1,5 @@
#ifndef __DW_SIMPLE_CONTAINER_HH__
-#define __DWR_SIMPLE_CONTAINER_HH__
+#define __DW_SIMPLE_CONTAINER_HH__
#include "dw/core.hh"