From 88a785e32117081b91b813ac6b5437deb33ef0f7 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Sat, 27 Feb 2016 18:40:54 -0800 Subject: Make expand_argument_list a static function It doesn't use any properties of parser_t --- src/parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/parser.h') diff --git a/src/parser.h b/src/parser.h index dfc4dcf1..1b2bad1b 100644 --- a/src/parser.h +++ b/src/parser.h @@ -309,7 +309,7 @@ public: \param flags Some expand flags to use \param output List to insert output into */ - void expand_argument_list(const wcstring &arg_src, expand_flags_t flags, std::vector *output) const; + static void expand_argument_list(const wcstring &arg_src, expand_flags_t flags, std::vector *output); /** Returns a string describing the current parser pisition in the format 'FILENAME (line LINE_NUMBER): LINE'. -- cgit v1.2.3