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 {