[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[vidalia-svn] r3129: Forgot the #include guards. (vidalia/trunk/src/vidalia)



Author: edmanm
Date: 2008-09-21 18:42:35 -0400 (Sun, 21 Sep 2008)
New Revision: 3129

Modified:
   vidalia/trunk/src/vidalia/controlpasswordinputdialog.h
Log:
Forgot the #include guards.


Modified: vidalia/trunk/src/vidalia/controlpasswordinputdialog.h
===================================================================
--- vidalia/trunk/src/vidalia/controlpasswordinputdialog.h	2008-09-21 22:33:16 UTC (rev 3128)
+++ vidalia/trunk/src/vidalia/controlpasswordinputdialog.h	2008-09-21 22:42:35 UTC (rev 3129)
@@ -15,6 +15,9 @@
 ** them the option to save or attempt to reset it.
 */
 
+#ifndef _CONTROLPASSWORDINPUTDIALOG_H
+#define _CONTROLPASSWORDINPUTDIALOG_H
+
 #include <QDialog>
 #include <QString>
 
@@ -62,3 +65,5 @@
     Ui::ControlPasswordInputDialog ui; /**< Qt Designer generated object. */
 };
 
+#endif
+