mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 13:31:27 +12:00
Build fixed
This commit is contained in:
parent
bbe00f6505
commit
702193a6c7
4 changed files with 11 additions and 7 deletions
|
@ -60,6 +60,7 @@ public:
|
|||
class entry_base
|
||||
{
|
||||
public:
|
||||
virtual ~entry_base() = default;
|
||||
virtual std::string name() = 0;
|
||||
virtual void to_default() = 0;
|
||||
virtual std::string string_value() = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue