mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-07-25 01:24:09 +00:00
Some more std::string changes.
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
This commit is contained in:
@@ -74,7 +74,7 @@ static YamlHelper yamlHelper;
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
void Snapshot_SetFilename(std::string strPathname)
|
||||
void Snapshot_SetFilename(const std::string & strPathname)
|
||||
{
|
||||
if (strPathname.empty())
|
||||
{
|
||||
|
Reference in New Issue
Block a user