mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 15:05:59 +00:00
Some warnings fixed
This commit is contained in:
parent
9c94a6943d
commit
6e02477fc6
2 changed files with 1 additions and 7 deletions
|
|
@ -5,6 +5,7 @@ class func_caller
|
|||
{
|
||||
public:
|
||||
virtual void operator()() = 0;
|
||||
virtual ~func_caller(){};
|
||||
};
|
||||
|
||||
namespace detail
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue