diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-01-14 23:31:07 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-01-14 23:31:45 +0100 |
commit | 17adf466dfce243e3f5d75fc5959f3f3c2dc0cfa (patch) | |
tree | 75fc7d4f8307f68f2931afa224c0c400bddf2bc6 | |
parent | c21f063159ad64a0659d534ff97aa90f41f7aab2 (diff) |
sc: try to fix build with GCC 4.6
Change-Id: I80ca8eeb69e06fefc9fd06ea46ea499a999ced6e
-rw-r--r-- | sc/source/core/opencl/formulagroupcl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/opencl/formulagroupcl.cxx b/sc/source/core/opencl/formulagroupcl.cxx index b2026317c0e4..c0540d93d6b3 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) { |