Base: Remove Boost-based filesystem and switch to standard <filesystem>
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
|
||||
using namespace Gui;
|
||||
using namespace Gui::Dialog;
|
||||
namespace fs = boost::filesystem;
|
||||
namespace fs = std::filesystem;
|
||||
using namespace Base;
|
||||
|
||||
/* TRANSLATOR Gui::Dialog::DlgSettingsGeneral */
|
||||
|
||||
Reference in New Issue
Block a user