refs #452 Fixed clang error.

This commit is contained in:
Mathew Sutcliffe
2015-10-03 13:17:11 +01:00
parent a6d17efc31
commit 108c6f7db5
3 changed files with 4 additions and 2 deletions

View File

@@ -14,6 +14,8 @@
namespace BlackMisc
{
CPixmap::CPixmap() = default;
CPixmap::CPixmap(const QPixmap &pixmap) : m_pixmap(pixmap), m_hasCachedPixmap(true)
{
this->fillByteArray();