Change headerguard to make quassel compile with MinGW.
authorManuel Nickschas <sputnick@quassel-irc.org>
Wed, 2 Apr 2008 17:12:27 +0000 (17:12 +0000)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 2 Apr 2008 17:12:27 +0000 (17:12 +0000)
src/common/types.h

index e2acbeb..381c5d6 100644 (file)
@@ -18,8 +18,8 @@
  *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
  ***************************************************************************/
 
-#ifndef _TYPES_H_
-#define _TYPES_H_
+#ifndef TYPES_H_
+#define TYPES_H_
 
 #include <QDebug>
 #include <QString>