X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Fprogram.h;h=fd1c1ae09d10e12943ca13140339b96d59cd5ecf;hp=f41a7d6ddf99d56218d8b53b6578853c2dca8e71;hb=38712d8ecc57d043a2419ffbaeeb57f7a6586f14;hpb=3bc34893905a2df622894aadcb6669f27f186772 diff --git a/source/core/program.h b/source/core/program.h index f41a7d6d..fd1c1ae0 100644 --- a/source/core/program.h +++ b/source/core/program.h @@ -52,7 +52,7 @@ private: public: /// Constructs an empty Program with no shader stages attached. - Program() { } + Program() = default; /// Constructs a Program from a Module, with specialization constants. Program(const Module &, const std::map & = std::map());