From ffe238b426ab7ad7b3d6f8efd49cf4c7861fbf6f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 8 Dec 2019 19:27:09 +0100 Subject: Cleanup: Make methods static where possible --- ingen/FilePath.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ingen') diff --git a/ingen/FilePath.hpp b/ingen/FilePath.hpp index e4f22b88..98893dfc 100644 --- a/ingen/FilePath.hpp +++ b/ingen/FilePath.hpp @@ -83,7 +83,8 @@ public: operator string_type() const { return _str; } - FilePath root_name() const; + static FilePath root_name(); + FilePath root_directory() const; FilePath root_path() const; FilePath relative_path() const; -- cgit v1.2.1