mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-08 21:37:58 +00:00
[traffic] Feature-complete cache persistence, including decoded coloring
Signed-off-by: mvglasow <michael -at- vonglasow.com>
This commit is contained in:
@@ -45,7 +45,7 @@ public:
|
||||
* interpreted relative to the platform-specific path; absolute paths are not supported as some
|
||||
* platforms restrict applications’ access to files outside their designated path.
|
||||
*/
|
||||
LocalStorage(std::string & fileName)
|
||||
LocalStorage(std::string const & fileName)
|
||||
: m_fileName(fileName)
|
||||
{}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user