From a8ce6e191fffcb741bd1fce6d0a1ee0d52adbcc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Tue, 11 Oct 2005 10:16:18 +0000 Subject: [PATCH] fixed the build git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14348 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- .../kernel/network/ppp/shared/libppp/PPPInterfaceListener.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/add-ons/kernel/network/ppp/shared/libppp/PPPInterfaceListener.cpp b/src/add-ons/kernel/network/ppp/shared/libppp/PPPInterfaceListener.cpp index 16041178aa..16e855e9e8 100644 --- a/src/add-ons/kernel/network/ppp/shared/libppp/PPPInterfaceListener.cpp +++ b/src/add-ons/kernel/network/ppp/shared/libppp/PPPInterfaceListener.cpp @@ -192,7 +192,7 @@ PPPInterfaceListener::StopWatchingInterface() //! Disables interface creation messages from the PPP manager. void -PPPInterfaceListener::StopWachingManager() +PPPInterfaceListener::StopWatchingManager() { Manager().DisableReports(PPP_ALL_REPORTS, fReportThread); }