diff options
Diffstat (limited to 'Private/Source/Network')
| -rw-r--r-- | Private/Source/Network/NetworkDevice.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Private/Source/Network/NetworkDevice.cxx b/Private/Source/Network/NetworkDevice.cxx index eba95a2c..f43ef335 100644 --- a/Private/Source/Network/NetworkDevice.cxx +++ b/Private/Source/Network/NetworkDevice.cxx @@ -7,5 +7,5 @@ #include <NetworkKit/NetworkDevice.hpp> namespace HCore { - +const char *NetworkDevice::Name() const { return "NetworkDevice"; } } // namespace HCore |
