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 c158eaeba628..369f8818e77b 100644
--- a/include/codemaker/options.hxx
+++ b/include/codemaker/options.hxx
@@ -57,7 +57,7 @@ public:
const ::rtl::OString getOption(const ::rtl::OString& option) const
throw( IllegalArgument );
- const StringVector& getInputFiles();
+ const StringVector& getInputFiles() { return m_inputFiles;}
inline const StringVector& getExtraInputFiles() const
{ return m_extra_input_files; }