diff options
| -rw-r--r-- | src/net/mcast/McastConfiguration.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/mcast/McastConfiguration.h b/src/net/mcast/McastConfiguration.h index b010f60..6884036 100644 --- a/src/net/mcast/McastConfiguration.h +++ b/src/net/mcast/McastConfiguration.h @@ -43,8 +43,8 @@ public: { } - McastConfiguration(McastConfiguration const& other) : - QObject(), + McastConfiguration(McastConfiguration const& other, QObject* parent = 0) : + QObject(parent), _multicastInterface(other._multicastInterface), _multicastAddress(other._multicastAddress), _multicastRate(other._multicastRate), |
