From 9670d9f3f93895cf6773580bf4c31364e0ecb8ab Mon Sep 17 00:00:00 2001 From: Lynix Date: Sun, 14 Jun 2015 17:13:36 +0200 Subject: [PATCH] More VS fixes (huehue) Former-commit-id: 2c3e910d0bdf1c701b4643b4958150e7a0b8492a --- SDK/include/NDK/World.inl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SDK/include/NDK/World.inl b/SDK/include/NDK/World.inl index 6c275a8b6..f15cbed47 100644 --- a/SDK/include/NDK/World.inl +++ b/SDK/include/NDK/World.inl @@ -87,7 +87,7 @@ namespace Ndk template bool World::HasSystem() const { - static_assert(std::is_base_of(), "SystemType is not a component"); + static_assert(std::is_base_of::value, "SystemType is not a component"); SystemIndex index = GetSystemIndex(); return HasSystem(index);