From f126e71d4956d0230b6b7cb9210e936bfb945087 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Sat, 25 Apr 2009 21:14:09 +0000 Subject: [PATCH] Fix header guard conflict... it still doesn't build with gcc4 though. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30413 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/installer/Vector.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/apps/installer/Vector.h b/src/apps/installer/Vector.h index d7f52a2b90..bade55e452 100644 --- a/src/apps/installer/Vector.h +++ b/src/apps/installer/Vector.h @@ -25,8 +25,8 @@ // dealings in this Software without prior written authorization of the // copyright holder. -#ifndef _VECTOR_H -#define _VECTOR_H +#ifndef _INSTALLER_VECTOR_H +#define _INSTALLER_VECTOR_H #include #include @@ -795,4 +795,4 @@ _VECTOR_CLASS_NAME::_IteratorIndex(const ConstIterator &iterator) const return -1; } -#endif // _VECTOR_H +#endif // _INSTALLER_VECTOR_H