summaryrefslogtreecommitdiff
path: root/vcl/inc/unx/gendata.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-03-07 08:12:52 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-03-07 08:12:52 +0100
commitf6262b3dcb4126ea03802e66ddf5bfa8833e6328 (patch)
tree947d25a477987d1dbb3b0f43a519ae6808184e1a /vcl/inc/unx/gendata.hxx
parent76db789dc777a4888b95d9f6665ce45bd667b957 (diff)
Remove redundant 'inline' keyword, Linux redux
Change-Id: I10c7dbd6a7acce309b056a1ae57c39f00f22c46d
Diffstat (limited to 'vcl/inc/unx/gendata.hxx')
-rw-r--r--vcl/inc/unx/gendata.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/unx/gendata.hxx b/vcl/inc/unx/gendata.hxx
index 00c99627bbc6..8a34120d2541 100644
--- a/vcl/inc/unx/gendata.hxx
+++ b/vcl/inc/unx/gendata.hxx
@@ -48,7 +48,7 @@ class VCL_DLLPUBLIC SalGenericData : public SalData
{
return m_aUnicodeEntry;
}
- inline SalGenericDataType GetType() const
+ SalGenericDataType GetType() const
{
return m_eType;
}