mirror of
https://github.com/TomHarte/CLK.git
synced 2026-04-21 17:16:44 +00:00
Commutes cross-platform #pragma marks to //MARK:s.
This commit is contained in:
@@ -94,7 +94,7 @@ std::shared_ptr<File> Storage::Data::ZX8081::FileFromData(const std::vector<uint
|
||||
return ZX80FileFromData(data);
|
||||
}
|
||||
|
||||
#pragma mark - String conversion
|
||||
// MARK: - String conversion
|
||||
|
||||
std::wstring Storage::Data::ZX8081::StringFromData(const std::vector<uint8_t> &data, bool is_zx81) {
|
||||
std::wstring string;
|
||||
|
||||
Reference in New Issue
Block a user