diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2016-05-31 16:57:20 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2016-05-31 16:57:20 (GMT) |
commit | cc7cebefb146793287a57ba64502c8db855996e2 (patch) | |
tree | 51af6899d82c2657471388a22071e58b84933d92 /src | |
parent | 57f990805c5fd557ebd8e6585511ad9a44878453 (diff) | |
download | blt-cc7cebefb146793287a57ba64502c8db855996e2.zip blt-cc7cebefb146793287a57ba64502c8db855996e2.tar.gz blt-cc7cebefb146793287a57ba64502c8db855996e2.tar.bz2 |
change bltVector.h to tkbltVector.h so it will not conflict with older
versions of blt
Diffstat (limited to 'src')
-rw-r--r-- | src/bltGrElem.h | 2 | ||||
-rw-r--r-- | src/bltVecInt.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/bltGrElem.h b/src/bltGrElem.h index b813292..1220cc1 100644 --- a/src/bltGrElem.h +++ b/src/bltGrElem.h @@ -32,7 +32,7 @@ #include <tk.h> -#include "bltVector.h" +#include "tkbltVector.h" #include "bltChain.h" #include "bltGrMisc.h" diff --git a/src/bltVecInt.h b/src/bltVecInt.h index ca90228..6eccf17 100644 --- a/src/bltVecInt.h +++ b/src/bltVecInt.h @@ -29,7 +29,7 @@ #include "bltChain.h" -#include "bltVector.h" +#include "tkbltVector.h" #define VECTOR_THREAD_KEY "BLT Vector Data" #define VECTOR_MAGIC ((unsigned int) 0x46170277) |