From 812641ade19679a953fb1c2b6360e4536debbbed Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 14 Jan 2012 17:42:07 +0000 Subject: Load files passed on command line without -l option (fix #804). Patch from Albert Graef. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@3940 a436a847-0d15-0410-975c-d299462d15a1 --- raul/Configuration.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'raul') diff --git a/raul/Configuration.hpp b/raul/Configuration.hpp index 7a96ed7..655696a 100644 --- a/raul/Configuration.hpp +++ b/raul/Configuration.hpp @@ -61,6 +61,7 @@ public: void print(std::ostream& os, const std::string mime_type="text/plain") const; const Raul::Atom& option(const std::string& long_name); + const std::list& files() const { return _files; } private: struct Option { -- cgit v1.2.1