summaryrefslogtreecommitdiffstats
path: root/src/Globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Globals.h')
-rw-r--r--src/Globals.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Globals.h b/src/Globals.h
index 45d403f27..c2542f0d8 100644
--- a/src/Globals.h
+++ b/src/Globals.h
@@ -114,7 +114,8 @@ template <typename T, size_t Size, bool x = sizeof(T) == Size>
class SizeChecker;
template <typename T, size_t Size>
-class SizeChecker<T, Size, true> {
+class SizeChecker<T, Size, true>
+{
T v;
};