From 4285fbcab980f2bc26405828f8130fa52062f2b9 Mon Sep 17 00:00:00 2001 From: Gilles Depeyrot Date: Fri, 3 May 2002 19:33:43 +0000 Subject: [PATCH] corrected include guards git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15347 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/dialup.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/wx/dialup.h b/include/wx/dialup.h index 6c9feb4fc9..0c0614de4e 100644 --- a/include/wx/dialup.h +++ b/include/wx/dialup.h @@ -9,8 +9,8 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifndef _WX_NET_H -#define _WX_NET_H +#ifndef _WX_DIALUP_H +#define _WX_DIALUP_H #ifdef __GNUG__ #pragma interface "dialup.h" @@ -198,4 +198,4 @@ typedef void (wxEvtHandler::*wxDialUpEventFunction)(wxDialUpEvent&); #endif // wxUSE_DIALUP_MANAGER -#endif // _WX_NET_H +#endif // _WX_DIALUP_H -- 2.45.2