X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fprogram.h;h=2906fc11ffb333d5cae42532130875ab171ad232;hb=dcd73821aeab4f659465c9e2eaac5a5e535a7b3f;hp=8c1356c2678a7ec306ddfe60368d12dd5805caac;hpb=b856ccc893a102536048e8d67a6577a31ebdf166;p=libs%2Fgl.git diff --git a/source/program.h b/source/program.h index 8c1356c2..2906fc11 100644 --- a/source/program.h +++ b/source/program.h @@ -87,7 +87,7 @@ public: Program(); /// Constructs a Program with standard features. - Program(const ProgramBuilder::StandardFeatures &); + DEPRECATED Program(const ProgramBuilder::StandardFeatures &); /// Constructs a Program from unified source code using ProgramCompiler. Program(const std::string &);