X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fbase%2Fvectorsolutions.h;fp=src%2Fbase%2Fvectorsolutions.h;h=fcb6508f322be24fef3c10b0d6c20be2cc025b78;hb=3239ef39dcee08fa6e8cd68cdf2727fc68cc7a8c;hp=72ab42dfaaf6540bac1b100f5ccf3c12fa212f0c;hpb=c83e6faecff94289ccb93609596f125f00c85b41;p=architektonas diff --git a/src/base/vectorsolutions.h b/src/base/vectorsolutions.h index 72ab42d..fcb6508 100644 --- a/src/base/vectorsolutions.h +++ b/src/base/vectorsolutions.h @@ -1,5 +1,5 @@ -#ifndef __VECTORSOLUTIONS_H__ -#define __VECTORSOLUTIONS_H__ +#ifndef ____VECTORSOLUTIONS_H____ +#define ____VECTORSOLUTIONS_H____ #include // Needed for 'friend ostream' below #include "vector.h" @@ -46,4 +46,4 @@ class VectorSolutions bool tangent; }; -#endif // __VECTORSOLUTIONS_H__ +#endif // __VECTORSOLUTIONS_H____