summaryrefslogtreecommitdiffstats
path: root/include/o3tl/enumarray.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-10-12 16:10:25 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-10-12 17:52:30 +0200
commitba45d25420ea0692db78677d6e994dfaaf295604 (patch)
tree0a33695b0b5bbe01896cd520ffc1226d8fec6ecd /include/o3tl/enumarray.hxx
parentHAVE_CXX11_FINAL is required on all supported toolchains (diff)
downloadcore-ba45d25420ea0692db78677d6e994dfaaf295604.tar.gz
core-ba45d25420ea0692db78677d6e994dfaaf295604.zip
Replace "SAL_FINAL" with "final" in LIBO_INTERNAL_ONLY code
Change-Id: Ifa5ba21308e32df44571fa2941370f2f11179580
Diffstat (limited to 'include/o3tl/enumarray.hxx')
-rw-r--r--include/o3tl/enumarray.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/o3tl/enumarray.hxx b/include/o3tl/enumarray.hxx
index 648ea656d43d..d4a370548355 100644
--- a/include/o3tl/enumarray.hxx
+++ b/include/o3tl/enumarray.hxx
@@ -39,7 +39,7 @@ class enumarray_iterator;
/// \param E the 'enum class' type.
/// \param V the value type to be stored in the array
template<typename E, typename V>
-class enumarray SAL_FINAL
+class enumarray final
{
public:
typedef enumarray<E, V> self_type;