rpc: Fix class hierarchy. (#6694)
This commit is contained in:
parent
c10ffda91f
commit
0bedb28bdc
6 changed files with 14 additions and 12 deletions
|
@ -33,7 +33,7 @@ class DspInterface;
|
|||
}
|
||||
|
||||
namespace Core::RPC {
|
||||
class RPCServer;
|
||||
class Server;
|
||||
}
|
||||
|
||||
namespace Service {
|
||||
|
@ -384,7 +384,7 @@ private:
|
|||
std::shared_ptr<Frontend::ImageInterface> registered_image_interface;
|
||||
|
||||
/// RPC Server for scripting support
|
||||
std::unique_ptr<RPC::RPCServer> rpc_server;
|
||||
std::unique_ptr<RPC::Server> rpc_server;
|
||||
|
||||
std::unique_ptr<Service::FS::ArchiveManager> archive_manager;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue