summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorpixel <pixel>2007-04-12 21:14:38 +0000
committerpixel <pixel>2007-04-12 21:14:38 +0000
commitfbca7f0a31ee0883df525676827a2311699648f2 (patch)
tree81ed537d9f0b5729ff009682984bac296dee6931 /include
parenteebe7a57335ddf2b7a5124098eb6a9411daa2688 (diff)
Simplifying definitions...
Diffstat (limited to 'include')
-rw-r--r--include/SQL.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/SQL.h b/include/SQL.h
index 120d022..8b9cc7c 100644
--- a/include/SQL.h
+++ b/include/SQL.h
@@ -6,6 +6,7 @@
#include <Exceptions.h>
typedef std::map<String, String> AssocArray;
+typedef std::map<String, String>::iterator AssocArrayIterator;
class SQLConnection : public Base {
public: