summaryrefslogtreecommitdiff
path: root/src/core/path.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/path.h')
-rw-r--r--src/core/path.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/path.h b/src/core/path.h
index ca7dac227d..2aa2ca111f 100644
--- a/src/core/path.h
+++ b/src/core/path.h
@@ -79,3 +79,5 @@ PathType path_type_from_string(const char *s) _pure_;
const char* path_result_to_string(PathResult i) _const_;
PathResult path_result_from_string(const char *s) _pure_;
+
+DEFINE_CAST(PATH, Path);