diff options
Diffstat (limited to 'graphics/aqsis/files/patch-libs_shadervm_shaderexecenv_shadeops__tmap.cpp')
-rw-r--r-- | graphics/aqsis/files/patch-libs_shadervm_shaderexecenv_shadeops__tmap.cpp | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/graphics/aqsis/files/patch-libs_shadervm_shaderexecenv_shadeops__tmap.cpp b/graphics/aqsis/files/patch-libs_shadervm_shaderexecenv_shadeops__tmap.cpp deleted file mode 100644 index 7f59cf2ef727..000000000000 --- a/graphics/aqsis/files/patch-libs_shadervm_shaderexecenv_shadeops__tmap.cpp +++ /dev/null @@ -1,16 +0,0 @@ -libs/shadervm/shaderexecenv/shadeops_tmap.cpp:257:56: error: ISO C++11 does not allow access declarations; use using declarations instead - CqSampleOptionExtractorBase<CqTextureSampleOptions>::extractVarying; - ^ - using - ---- libs/shadervm/shaderexecenv/shadeops_tmap.cpp.orig 2012-08-24 12:26:50 UTC -+++ libs/shadervm/shaderexecenv/shadeops_tmap.cpp -@@ -254,7 +254,7 @@ class CqSampleOptionExtractor - extractUniformAndCacheVarying(paramList, numParams, opts); - } - -- CqSampleOptionExtractorBase<CqTextureSampleOptions>::extractVarying; -+ using CqSampleOptionExtractorBase<CqTextureSampleOptions>::extractVarying; - }; - - |