X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=distancecommand.h;fp=distancecommand.h;h=f55f7144fa548fe30eae2b075a8abcf8fd4584f0;hb=e0dc0bcef2a0f7e1f63abb531dbb1ad533da98ca;hp=66d8af15d1c3b2ffc67e747bb14c9ee7ca0f2480;hpb=74dc92cf53df65fd8b14d8eaf35489bbecbccac6;p=mothur.git diff --git a/distancecommand.h b/distancecommand.h index 66d8af1..f55f714 100644 --- a/distancecommand.h +++ b/distancecommand.h @@ -24,7 +24,7 @@ //custom data structure for threads to use. // This is passed by void pointer so it can be any data type // that can be passed using a single void pointer (LPVOID). -typedef struct distanceData { +struct distanceData { int startLine; int endLine; string dFileName;