diff options
Diffstat (limited to 'Swiften/Examples/NetworkTool/main.cpp')
| -rw-r--r-- | Swiften/Examples/NetworkTool/main.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Swiften/Examples/NetworkTool/main.cpp b/Swiften/Examples/NetworkTool/main.cpp index 698ef4c..4ac7e6a 100644 --- a/Swiften/Examples/NetworkTool/main.cpp +++ b/Swiften/Examples/NetworkTool/main.cpp @@ -16,7 +16,7 @@  using namespace Swift; -SimpleEventLoop eventLoop; +static SimpleEventLoop eventLoop;  static void handleGetPublicIPRequestResponse(const boost::optional<HostAddress>& result) {  	if (result) {  | 
 Swift