From d567a320b20bbbe5abe8c8cdc25476076f7fbcff Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 29 May 2012 10:15:06 +0100 Subject: WaE: signed/unsigned etc. Change-Id: I3e2e43f5854b8bc33a442ecd25e089d20a122018 --- connectivity/inc/connectivity/sqlnode.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'connectivity/inc') 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); -- cgit