mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 02:38:37 +12:00
Minor changes
This commit is contained in:
parent
1c14d872a8
commit
9232ddf0ab
16 changed files with 73 additions and 32 deletions
|
@ -40,7 +40,7 @@ namespace logs
|
|||
public:
|
||||
constexpr listener() = default;
|
||||
|
||||
virtual ~listener() = default;
|
||||
virtual ~listener();
|
||||
|
||||
// Process log message
|
||||
virtual void log(const message& msg, const std::string& prefix, const std::string& text) = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue