summaryrefslogtreecommitdiffstats
path: root/ingen
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-12-08 19:27:09 +0100
committerDavid Robillard <d@drobilla.net>2019-12-08 20:59:06 +0100
commitffe238b426ab7ad7b3d6f8efd49cf4c7861fbf6f (patch)
treef3e45d28bc3ee42ec1426045278fbf3dfe7d296a /ingen
parent951fa5cfd11f702340a98a7fbef7d806e454f866 (diff)
downloadingen-ffe238b426ab7ad7b3d6f8efd49cf4c7861fbf6f.tar.gz
ingen-ffe238b426ab7ad7b3d6f8efd49cf4c7861fbf6f.tar.bz2
ingen-ffe238b426ab7ad7b3d6f8efd49cf4c7861fbf6f.zip
Cleanup: Make methods static where possible
Diffstat (limited to 'ingen')
-rw-r--r--ingen/FilePath.hpp3
1 files changed, 2 insertions, 1 deletions
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;