From 28c44a95c21bb18ec265faba69e750c430045f9c Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Thu, 27 Sep 2007 19:54:04 +0000 Subject: Finish prefixing everything with "Ei" --- test/main.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/main.h') diff --git a/test/main.h b/test/main.h index 0ae9967b5..1cdc781d7 100644 --- a/test/main.h +++ b/test/main.h @@ -23,8 +23,8 @@ // License. This exception does not invalidate any other reasons why a work // based on this file might be covered by the GNU General Public License. -#ifndef EIGEN_TEST_MAIN_H -#define EIGEN_TEST_MAIN_H +#ifndef EI_TEST_MAIN_H +#define EI_TEST_MAIN_H #include #include @@ -47,4 +47,4 @@ class EigenTest : public QObject void testMatrixManip(); }; -#endif // EIGEN_TEST_MAIN_H +#endif // EI_TEST_MAIN_H -- cgit v1.2.3