X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fprogramcompiler.h;h=76e9eef352f83f67a46c6b8a620d0411c0bf0440;hb=c041ea998569f24b2af9c5af47dffd337ff78146;hp=1f0601b5871f859a5dc771f6566f9311644d355d;hpb=c5f011ef508d580f332e4bd6065a013b24de8840;p=libs%2Fgl.git diff --git a/source/programcompiler.h b/source/programcompiler.h index 1f0601b5..76e9eef3 100644 --- a/source/programcompiler.h +++ b/source/programcompiler.h @@ -360,6 +360,7 @@ private: LegacyConverter(const Version &); bool check_version(const Version &) const; + bool check_extension(const Extension &) const; using Visitor::visit; bool supports_unified_interface_syntax() const; virtual void visit(ProgramSyntax::VariableReference &);