sc/source/core/opencl/formulagroupcl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 17adf466dfce243e3f5d75fc5959f3f3c2dc0cfa Author: Michael Stahl <mst...@redhat.com> Date: Wed Jan 14 23:31:07 2015 +0100 sc: try to fix build with GCC 4.6 Change-Id: I80ca8eeb69e06fefc9fd06ea46ea499a999ced6e diff --git a/sc/source/core/opencl/formulagroupcl.cxx b/sc/source/core/opencl/formulagroupcl.cxx index b202631..c0540d9 100644 --- a/sc/source/core/opencl/formulagroupcl.cxx +++ b/sc/source/core/opencl/formulagroupcl.cxx @@ -77,7 +77,7 @@ namespace sc { namespace opencl { namespace { -std::string StackVarEnumToString(StackVarEnum e) +std::string StackVarEnumToString(StackVar const e) { switch (e) { _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits