summaryrefslogtreecommitdiffstats
path: root/ingen/FilePath.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/FilePath.hpp')
-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;