Kaydet (Commit) 01fd3354 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: NULL used in arithmetic

üst 3e2aec1a
......@@ -114,7 +114,7 @@ public:
virtual bool isWriteable() const
{
return m_pWriter != NULL;
return m_pWriter != 0;
}
};
......
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