summaryrefslogtreecommitdiff
path: root/connectivity/inc/connectivity
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-05-29 10:15:06 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-05-29 10:15:06 +0100
commitd567a320b20bbbe5abe8c8cdc25476076f7fbcff (patch)
treec5876c22e895a267889d52ea7b80ae93de41ad91 /connectivity/inc/connectivity
parenta4849e9d2b409b399191efaa446d42b797cc3d1e (diff)
WaE: signed/unsigned etc.
Change-Id: I3e2e43f5854b8bc33a442ecd25e089d20a122018
Diffstat (limited to 'connectivity/inc/connectivity')
-rw-r--r--connectivity/inc/connectivity/sqlnode.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/inc/connectivity/sqlnode.hxx b/connectivity/inc/connectivity/sqlnode.hxx
index 8874ed0fd7e2..8d7a3fbbe57c 100644
--- a/connectivity/inc/connectivity/sqlnode.hxx
+++ b/connectivity/inc/connectivity/sqlnode.hxx
@@ -272,7 +272,7 @@ namespace connectivity
void setParent(OSQLParseNode* pParseNode) {m_pParent = pParseNode;};
- sal_uInt32 count() const {return m_aChildren.size();};
+ size_t count() const {return m_aChildren.size();};
inline OSQLParseNode* getChild(sal_uInt32 nPos) const;
void append(OSQLParseNode* pNewSubTree);