[Libreoffice-commits] core.git: sc/source
Michael Stahl
mstahl at redhat.com
Wed Jan 14 14:36:53 PST 2015
sc/source/core/opencl/formulagroupcl.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 17adf466dfce243e3f5d75fc5959f3f3c2dc0cfa
Author: Michael Stahl <mstahl at 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)
{
More information about the Libreoffice-commits
mailing list