Marked all (probably) functions that take regular string instead of std::fs::path as deprecated
This commit is contained in:
@@ -60,8 +60,8 @@ namespace OpenVulkano::AR
|
||||
|
||||
static bool DirHasMetadata(const std::filesystem::path& dirPath);
|
||||
|
||||
static ArSessionMetadata FromXML(const std::string& filePath);
|
||||
static ArSessionMetadata FromXML(const std::string& filePath) [[deprecated]];
|
||||
|
||||
static ArSessionMetadata FromYaml(const std::string& filePath);
|
||||
static ArSessionMetadata FromYaml(const std::string& filePath) [[deprecated]];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user