From 3990aef7e359fdb43bb3b39dac082aa4ecf34ec5 Mon Sep 17 00:00:00 2001 From: Artur Wasmut <awasmut@uni-koblenz.de> Date: Mon, 30 Aug 2021 20:24:37 +0200 Subject: [PATCH] [#90] make gcc happy. --- include/vkcv/DescriptorConfig.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/vkcv/DescriptorConfig.hpp b/include/vkcv/DescriptorConfig.hpp index c3d9ec51..2fac0a24 100644 --- a/include/vkcv/DescriptorConfig.hpp +++ b/include/vkcv/DescriptorConfig.hpp @@ -70,7 +70,7 @@ namespace vkcv uint32_t descriptorCount; ShaderStages shaderStages; - bool DescriptorBinding::operator ==(const DescriptorBinding &other) const; + bool operator ==(const DescriptorBinding &other) const; }; typedef std::unordered_map<uint32_t, DescriptorBinding> DescriptorBindings; -- GitLab