]> git.saurik.com Git - wxWidgets.git/commitdiff
corrected include guards
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Fri, 3 May 2002 19:33:43 +0000 (19:33 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Fri, 3 May 2002 19:33:43 +0000 (19:33 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15347 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/dialup.h

index 6c9feb4fc9e37ecf17accfecdc18967baf579dd4..0c0614de4e2e99795340a7cbf2359b4b7d29429c 100644 (file)
@@ -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