mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 05:27:41 -05:00
sys: Bunch of cleanup, use fs::path instead of std::string for paths
This commit is contained in:
@@ -214,7 +214,7 @@ namespace hex::plugin::builtin::prv {
|
||||
this->applyPatches();
|
||||
}
|
||||
|
||||
void GDBProvider::saveAs(const std::string &path) {
|
||||
void GDBProvider::saveAs(const fs::path &path) {
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user