summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-12-19 15:22:04 -0500
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-12-19 15:40:04 -0500
commit0de9708a277ef85737d91925f77f1d95296eb91f (patch)
tree06003e5be18c11d5160a76a27225ad39da5e686b
parentec7b12a5c331cd0250d7bb5bed09384985943bda (diff)
Let's hide this typedef. Not used outside this class.
Change-Id: Id3713657a8a7ff54f8d06e5ee670fcb297686706
-rw-r--r--sc/source/core/opencl/opbase.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/opencl/opbase.hxx b/sc/source/core/opencl/opbase.hxx
index c1e47b8e992e..7d6cc1dfb04a 100644
--- a/sc/source/core/opencl/opbase.hxx
+++ b/sc/source/core/opencl/opbase.hxx
@@ -189,8 +189,8 @@ public:
class SlidingFunctionBase : public OpBase
{
-public:
typedef boost::shared_ptr<DynamicKernelArgument> SubArgument;
+public:
typedef std::vector<SubArgument> SubArguments;
virtual void GenSlidingWindowFunction( std::stringstream&,
const std::string&, SubArguments& ) = 0;