Skip to content

Commit

Permalink
revert: "add some inheritance"
Browse files Browse the repository at this point in the history
  • Loading branch information
ShrBox committed Jun 19, 2024
1 parent 427dd38 commit b445bb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/mc/network/ClientNetworkSystem.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include "mc/_HeaderOutputPredefine.h"
#include "mc/network/NetworkSystem.h"

class ClientNetworkSystem : public NetworkSystem {
class ClientNetworkSystem {
public:
// prevent constructor by default
ClientNetworkSystem& operator=(ClientNetworkSystem const&);
Expand Down
2 changes: 1 addition & 1 deletion src/mc/network/ServerNetworkSystem.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include "mc/network/NetworkSystem.h"
#include "mc/services/ServiceReference.h"

class ServerNetworkSystem : NetworkSystem {
class ServerNetworkSystem {
public:
// prevent constructor by default
ServerNetworkSystem& operator=(ServerNetworkSystem const&);
Expand Down

0 comments on commit b445bb4

Please sign in to comment.