Marked all (probably) functions that take regular string instead of std::fs::path as deprecated
This commit is contained in:
@@ -121,7 +121,7 @@ namespace OpenVulkano::AR
|
||||
* If path is changed after starting the recording, the already running recording will be moved to the new path.
|
||||
* @param path The path to be used to store the recording
|
||||
*/
|
||||
void SetRecordingPath(const std::string& path)
|
||||
void SetRecordingPath(const std::string& path) [[deprecated]]
|
||||
{
|
||||
std::filesystem::path p(path);
|
||||
SetRecordingPath(p);
|
||||
|
||||
Reference in New Issue
Block a user