From e35b82ba9bf76a821c82d46a61bcc3715a81dd9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 7 Jul 2013 11:48:07 +0200 Subject: [PATCH] Platform: forgot this. Also the message in 883600e373854eef0a5c0ee8f2d1f0c52a0c3c8c should say "Make Configuration constructors _implicit_". Damn. --- src/Platform/WindowlessNaClApplication.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Platform/WindowlessNaClApplication.h b/src/Platform/WindowlessNaClApplication.h index 1fe6e6b81..5b15d5c0f 100644 --- a/src/Platform/WindowlessNaClApplication.h +++ b/src/Platform/WindowlessNaClApplication.h @@ -145,7 +145,7 @@ class WindowlessNaClApplication::Configuration { Configuration& operator=(Configuration&&) = delete; public: - constexpr explicit Configuration() {} + constexpr /*implicit*/ Configuration() {} }; namespace Implementation {