Browse Source

Platform: forgot this.

Also the message in 883600e373 should say
"Make Configuration constructors _implicit_". Damn.
pull/278/head
Vladimír Vondruš 13 years ago
parent
commit
e35b82ba9b
  1. 2
      src/Platform/WindowlessNaClApplication.h

2
src/Platform/WindowlessNaClApplication.h

@ -145,7 +145,7 @@ class WindowlessNaClApplication::Configuration {
Configuration& operator=(Configuration&&) = delete;
public:
constexpr explicit Configuration() {}
constexpr /*implicit*/ Configuration() {}
};
namespace Implementation {

Loading…
Cancel
Save