X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fglsl%2Fir_import_prototypes.cpp;h=b0429fbc3afc90ba3a40de9339c1dff3be972da0;hb=45349acad01f4a27386f676e481c4eeddf64cdc0;hp=3585bf6b24bfd2e7a7b20e528a0a5ee1bdf112d2;hpb=497baf4e4a6a0a2f247c7bfb9bf69a2b93c2c19f;p=mesa.git diff --git a/src/glsl/ir_import_prototypes.cpp b/src/glsl/ir_import_prototypes.cpp index 3585bf6b24b..b0429fbc3af 100644 --- a/src/glsl/ir_import_prototypes.cpp +++ b/src/glsl/ir_import_prototypes.cpp @@ -30,6 +30,8 @@ #include "ir.h" #include "glsl_symbol_table.h" +namespace { + /** * Visitor used to import function prototypes * @@ -99,6 +101,7 @@ private: void *mem_ctx; }; +} /* anonymous namespace */ /** * Import function prototypes from one IR tree into another