From fd66ca862d4499378719e2a635c9f97df28b763d Mon Sep 17 00:00:00 2001 From: Andrei Aiordachioaie Date: Tue, 25 Aug 2009 13:33:09 +0200 Subject: Tiling & Indexing options added to rasql grammar --- rasodmg/tiling.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rasodmg/tiling.hh') diff --git a/rasodmg/tiling.hh b/rasodmg/tiling.hh index e178e0a..d78ecbe 100644 --- a/rasodmg/tiling.hh +++ b/rasodmg/tiling.hh @@ -98,8 +98,8 @@ class r_Tiling */ static const char* ASTERIX; - static const char* COLON; - static const char* COMMA; + static const char* TCOLON; + static const char* TCOMMA; static const char* LSQRBRA; static const char* RSQRBRA; static const long DefaultBase; -- cgit