Fix compile errors.

This commit is contained in:
Andreas 2013-03-09 13:29:46 +01:00
parent e09da09d31
commit bcf3c519de
2 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,7 @@ extern "C" {
#include "core/logging.h"
TinySVCMDNS::CreateMdnsd(uint32_t ipv4, QString ipv6) {
void TinySVCMDNS::CreateMdnsd(uint32_t ipv4, QString ipv6) {
// Get our hostname
QString host = QHostInfo::localHostName();

View File

@ -5,6 +5,7 @@
#include <QList>
struct mdnsd;
struct rr_entry;
class TinySVCMDNS : public Zeroconf {
public: