diff options
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/core/api/RowSetCacheIterator.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/core/api/RowSetCacheIterator.hxx b/dbaccess/source/core/api/RowSetCacheIterator.hxx index 432f0e48663a..39f139c276cf 100644 --- a/dbaccess/source/core/api/RowSetCacheIterator.hxx +++ b/dbaccess/source/core/api/RowSetCacheIterator.hxx @@ -28,11 +28,11 @@ namespace dbaccess { class ORowSetBase; - typedef struct + struct ORowSetCacheIterator_Helper { ORowSetMatrix::iterator aIterator; ORowSetBase* pRowSet; - } ORowSetCacheIterator_Helper; + }; typedef std::map<sal_Int32, ORowSetCacheIterator_Helper> ORowSetCacheMap; |