Revert "Change constructor to match new definition of the superclass"
This reverts commit 499806cd60
.
This commit is contained in:
parent
499806cd60
commit
5fb760a63c
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
#include "VolumeManager.h"
|
||||
|
||||
NetlinkHandler::NetlinkHandler(int listenerSocket) :
|
||||
NetlinkListener(listenerSocket, NetlinkListener::NETLINK_FORMAT_ASCII) {
|
||||
NetlinkListener(listenerSocket) {
|
||||
}
|
||||
|
||||
NetlinkHandler::~NetlinkHandler() {
|
||||
|
|
Loading…
Reference in a new issue