Be consistent with definitions

This commit is contained in:
goeiecool9999 2022-09-07 21:53:52 +02:00 committed by klaas
parent 37cfd78afd
commit 0452ec3885

View file

@ -1,6 +1,6 @@
#include "FSPath.h" #include "FSPath.h"
#ifdef BOOST_OS_LINUX #ifdef BOOST_OS_UNIX
FSPath& FSPath::operator/ (const FSPath & other) FSPath& FSPath::operator/ (const FSPath & other)
{ {