summaryrefslogtreecommitdiff
path: root/boost/compute/exception/context_error.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/compute/exception/context_error.hpp')
-rw-r--r--boost/compute/exception/context_error.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/compute/exception/context_error.hpp b/boost/compute/exception/context_error.hpp
index eeb387d884..ec8dc7c30f 100644
--- a/boost/compute/exception/context_error.hpp
+++ b/boost/compute/exception/context_error.hpp
@@ -70,7 +70,7 @@ public:
}
/// Returns the size of the private info memory block.
- const size_t get_private_info_size() const throw()
+ size_t get_private_info_size() const throw()
{
return m_private_info_size;
}