Marked all (probably) functions that take regular string instead of std::fs::path as deprecated
This commit is contained in:
@@ -47,7 +47,7 @@ namespace OpenVulkano::AR::Playback
|
||||
size_t m_imgTotalSize = 0, m_imgReadSize = 0;
|
||||
|
||||
public:
|
||||
ArPlaybackReader(const std::string& recDir)
|
||||
ArPlaybackReader(const std::string& recDir) [[deprecated]]
|
||||
{
|
||||
std::string extensions = R"((_\d+|\.part\d+)?)" + std::string(TAR_EXTENSIONS_REGEX);
|
||||
m_archiveMetadata.Open(recDir, ".*meta(data)?" + extensions);
|
||||
|
||||
Reference in New Issue
Block a user