From ab4d7eaef957933c2c7075c37da6bec8adb3853d Mon Sep 17 00:00:00 2001 From: David Tardon Date: Wed, 23 May 2012 12:24:12 +0200 Subject: WaE: intialization order Change-Id: I9acd04a3803f029db326dc193ff98542ffbea648 --- connectivity/source/parse/sqlflex.l | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'connectivity/source') diff --git a/connectivity/source/parse/sqlflex.l b/connectivity/source/parse/sqlflex.l index 80bd5573fc37..0bb1bb1b3493 100755 --- a/connectivity/source/parse/sqlflex.l +++ b/connectivity/source/parse/sqlflex.l @@ -708,9 +708,9 @@ using namespace connectivity; static bool IN_SQLyyerror; //------------------------------------------------------------------------------ OSQLScanner::OSQLScanner() - : m_nCurrentPos(0) + : m_pContext(NULL) + , m_nCurrentPos(0) , m_bInternational(sal_False) - , m_pContext(NULL) , m_nRule(0) // 0 is INITIAL { IN_SQLyyerror = false; -- cgit