summaryrefslogtreecommitdiff
path: root/src/lib/path_behaviour.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/path_behaviour.h')
-rw-r--r--src/lib/path_behaviour.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/path_behaviour.h b/src/lib/path_behaviour.h
index 90390e015..cf966af5a 100644
--- a/src/lib/path_behaviour.h
+++ b/src/lib/path_behaviour.h
@@ -24,9 +24,8 @@
enum class PathBehaviour {
- MAKE_ABSOLUTE,
+ KEEP_ABSOLUTE,
MAKE_RELATIVE,
- KEEP
};