diff options
Diffstat (limited to 'node/Demarc.hpp')
-rw-r--r-- | node/Demarc.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/node/Demarc.hpp b/node/Demarc.hpp index 767cc864..fc283fef 100644 --- a/node/Demarc.hpp +++ b/node/Demarc.hpp @@ -100,8 +100,7 @@ public: * @param localPort Local IP port * @return True if successfully bound, or if already bound */ - bool bindLocalUdp(unsigned int localPort) - throw(); + bool bindLocalUdp(unsigned int localPort); /** * Pick a port to send to an address of a given type |