[nostalgia/studio] Get building in MSVC

This commit is contained in:
2020-02-15 11:45:03 -06:00
parent e927c51b61
commit 1ec8d721f1
7 changed files with 20 additions and 9 deletions
@@ -67,7 +67,7 @@ class UpdatePixelsCommand: public QUndoCommand {
return item < o.item;
}
operator auto() const {
operator quint64() const {
return reinterpret_cast<quint64>(item.data());
}
};