From 0452ec38859f2bd00509d2c5663286cb65a60e03 Mon Sep 17 00:00:00 2001 From: goeiecool9999 <> Date: Wed, 7 Sep 2022 21:53:52 +0200 Subject: [PATCH] Be consistent with definitions --- src/Cafe/Filesystem/FSPath.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cafe/Filesystem/FSPath.cpp b/src/Cafe/Filesystem/FSPath.cpp index 22e8e363..7e716eea 100644 --- a/src/Cafe/Filesystem/FSPath.cpp +++ b/src/Cafe/Filesystem/FSPath.cpp @@ -1,6 +1,6 @@ #include "FSPath.h" -#ifdef BOOST_OS_LINUX +#ifdef BOOST_OS_UNIX FSPath& FSPath::operator/ (const FSPath & other) {