summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/mysql/YTable.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-12-27 14:03:18 +0200
committerTor Lillqvist <tml@iki.fi>2012-12-27 14:03:18 +0200
commit6943c7b11c92f3d4971704abcb213f57eaa4e115 (patch)
treeb1a21045df0ad88eb5216c0ab134f2e5ddc836f3 /connectivity/source/drivers/mysql/YTable.cxx
parentd72a0b5c618a37b70ba4d111b457deefad8f025f (diff)
Sigh, my git grep regexps missed some cases
Change-Id: I085f14f40fb83cba171b35b14cf7c0d99091fc00
Diffstat (limited to 'connectivity/source/drivers/mysql/YTable.cxx')
-rw-r--r--connectivity/source/drivers/mysql/YTable.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/mysql/YTable.cxx b/connectivity/source/drivers/mysql/YTable.cxx
index b0704c02bfde..14c2334c87b2 100644
--- a/connectivity/source/drivers/mysql/YTable.cxx
+++ b/connectivity/source/drivers/mysql/YTable.cxx
@@ -174,7 +174,7 @@ void SAL_CALL OMySQLTable::alterColumnByName( const ::rtl::OUString& colName, co
{
::osl::MutexGuard aGuard(m_aMutex);
checkDisposed(
-#ifdef GCC
+#ifdef __GNUC__
::connectivity::sdbcx::OTableDescriptor_BASE::rBHelper.bDisposed
#else
rBHelper.bDisposed