diff options
author | pixel <pixel> | 2007-04-12 21:14:38 +0000 |
---|---|---|
committer | pixel <pixel> | 2007-04-12 21:14:38 +0000 |
commit | fbca7f0a31ee0883df525676827a2311699648f2 (patch) | |
tree | 81ed537d9f0b5729ff009682984bac296dee6931 /include | |
parent | eebe7a57335ddf2b7a5124098eb6a9411daa2688 (diff) |
Simplifying definitions...
Diffstat (limited to 'include')
-rw-r--r-- | include/SQL.h | 1 |
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: |