summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vcl/source/app/session.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/app/session.cxx b/vcl/source/app/session.cxx
index 57a4303e2aea..8eba3ec73c1f 100644
--- a/vcl/source/app/session.cxx
+++ b/vcl/source/app/session.cxx
@@ -266,7 +266,7 @@ void SAL_CALL VCLSession::removeSessionManagerListener( const css::uno::Referenc
osl::MutexGuard aGuard( m_aMutex );
- std::vector< Listener >::iterator it = m_aListeners.begin();
+//Mac build breaker std::vector< Listener >::iterator it = m_aListeners.begin();
SAL_INFO("vcl.se.debug", " m_aListeners.size() = " << m_aListeners.size() );