[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[vidalia-svn] r3476: Fix the #include guards. I guess I missed the Ballmer Peak o (vidalia/trunk/src/torcontrol)
Author: edmanm
Date: 2009-01-28 15:32:49 -0500 (Wed, 28 Jan 2009)
New Revision: 3476
Modified:
vidalia/trunk/src/torcontrol/dangerousportevent.h
Log:
Fix the #include guards. I guess I missed the Ballmer Peak on that one.
Modified: vidalia/trunk/src/torcontrol/dangerousportevent.h
===================================================================
--- vidalia/trunk/src/torcontrol/dangerousportevent.h 2009-01-28 02:32:44 UTC (rev 3475)
+++ vidalia/trunk/src/torcontrol/dangerousportevent.h 2009-01-28 20:32:49 UTC (rev 3476)
@@ -14,8 +14,8 @@
** \brief Event sent when Tor realizes its version is not recommended
*/
-#ifndef _DANGEROUSPORT_H
-#define _DANGEROUSPORT_H
+#ifndef _DANGEROUSPORTEVENT_H
+#define _DANGEROUSPORTEVENT_H
#include <QString>