diff options
Diffstat (limited to 'tksao/frame/coord.h')
-rw-r--r-- | tksao/frame/coord.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tksao/frame/coord.h b/tksao/frame/coord.h index 2cc81c1..01886a3 100644 --- a/tksao/frame/coord.h +++ b/tksao/frame/coord.h @@ -12,6 +12,8 @@ #include <iomanip> using namespace std; +#define STRCMP(which,str,cnt) (!strncmp(toConstLower(which), str, cnt) && strlen(which)==cnt) + class FitsImage; class Coord { |