From 5f31c40898a7b5f4241d9a8846a626478d576492 Mon Sep 17 00:00:00 2001 From: Sascha Willems Date: Mon, 22 Apr 2019 18:29:24 +0200 Subject: [PATCH] Default constructor argument --- base/vulkanexamplebase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/vulkanexamplebase.h b/base/vulkanexamplebase.h index 08d5244b..fc78591c 100644 --- a/base/vulkanexamplebase.h +++ b/base/vulkanexamplebase.h @@ -248,7 +248,7 @@ public: #endif // Default ctor - VulkanExampleBase(bool enableValidation); + VulkanExampleBase(bool enableValidation = false); // dtor virtual ~VulkanExampleBase();