From 6cb9e6dad798ec59f055aebe84a9c4a21e4be40d Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 3 Mar 2017 20:57:02 +0100 Subject: Remove redundant 'inline' keyword ...from function definitions occurring within class definitions. Done with a rewriting Clang plugin (to be pushed later). Change-Id: I9c6f2818a57ccdb361548895a7743107cbacdff8 Reviewed-on: https://gerrit.libreoffice.org/34874 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- include/codemaker/options.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/codemaker') diff --git a/include/codemaker/options.hxx b/include/codemaker/options.hxx index 06f026fc0532..8d9b6084ec26 100644 --- a/include/codemaker/options.hxx +++ b/include/codemaker/options.hxx @@ -57,7 +57,7 @@ public: const StringVector& getInputFiles() { return m_inputFiles;} - inline const StringVector& getExtraInputFiles() const + const StringVector& getExtraInputFiles() const { return m_extra_input_files; } protected: ::rtl::OString m_program; -- cgit v1.2.3