summaryrefslogtreecommitdiff
path: root/include/codemaker/options.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/codemaker/options.hxx')
-rw-r--r--include/codemaker/options.hxx2
1 files changed, 1 insertions, 1 deletions
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;