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

@@ -25,7 +25,7 @@ namespace BlackMisc
{
public:
//! Default constructor.
CPixmap() = default;
CPixmap();
//! Constructor.
CPixmap(const QPixmap &pixmap);