mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-27 02:18:11 +00:00
Various *Name() functions can simply return const std::string& (PR #1049)
This commit is contained in:
@@ -36,7 +36,7 @@ public:
|
||||
void CommReset();
|
||||
void CommDestroy();
|
||||
void CommSetSerialPort(DWORD dwNewSerialPortItem);
|
||||
static std::string GetSnapshotCardName(void);
|
||||
static const std::string& GetSnapshotCardName(void);
|
||||
virtual void SaveSnapshot(YamlSaveHelper& yamlSaveHelper);
|
||||
virtual bool LoadSnapshot(YamlLoadHelper& yamlLoadHelper, UINT version);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user