Kaydet (Commit) 9d225c9d authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: implicit conversion of NULL constant to 'boost::detail::sp_nullptr_t'

Change-Id: Icaf39aaedab9663353268ee56063f2ed0ebbe57d
üst e234e9ca
......@@ -3356,7 +3356,7 @@ void DomainMapper_Impl::CloseFieldCommand()
dmapper_logger->element("closeFieldCommand");
#endif
FieldContextPtr pContext = m_aFieldStack.empty() ? NULL : m_aFieldStack.top();
FieldContextPtr pContext = m_aFieldStack.empty() ? nullptr : m_aFieldStack.top();
OSL_ENSURE( pContext.get(), "no field context available");
if( pContext.get() )
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment