Browse Source

doc: fix build on old GCC.

pull/225/head
Vladimír Vondruš 8 years ago
parent
commit
b194efb07b
  1. 2
      doc/generated/shaders.cpp

2
doc/generated/shaders.cpp

@ -70,7 +70,7 @@ using namespace Magnum;
using namespace Magnum::Math::Literals;
struct ShaderVisualizer: Platform::WindowlessApplication {
using Platform::WindowlessApplication::WindowlessApplication;
explicit ShaderVisualizer(const Arguments& arguments): Platform::WindowlessApplication{arguments} {}
int exec() override;

Loading…
Cancel
Save