X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fbase%2Fvectorsolutions.h;h=fcb6508f322be24fef3c10b0d6c20be2cc025b78;hb=e1d1cacbb43055988d0d9db632fdf05c0bea9543;hp=72ab42dfaaf6540bac1b100f5ccf3c12fa212f0c;hpb=16ce54abf01ca3032e42a5bb11a4afcf9014dcca;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____