Skip to content

Commit

Permalink
fix: windows build
Browse files Browse the repository at this point in the history
- a couple of small changes introduced into the very latest code broke windows compilation, fixed.
  • Loading branch information
fizzyade committed Jun 23, 2021
1 parent 0939ab0 commit dcf9d1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Core/IHostMaskerManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#include <QObject>

namespace Nedrysoft { namespace Core {
Q_NAMESPACE
NEDRYSOFT_CORE_DLLSPEC Q_NAMESPACE

class IHostMasker;

Expand Down
3 changes: 2 additions & 1 deletion src/components/ICMPAPIPingEngine/ICMPAPIPingEngine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,8 @@ auto Nedrysoft::ICMPAPIPingEngine::ICMPAPIPingEngine::singleShot(
replyHost,
epoch,
roundTripTime/1e9,
nullptr
nullptr,
-1
);
}

Expand Down

0 comments on commit dcf9d1a

Please sign in to comment.