Sheet: modernize C++: use default member init

This commit is contained in:
wmayer
2023-08-22 17:20:17 +02:00
committed by wwmayer
parent 6bdff0f477
commit 0b0f039ef9
4 changed files with 2 additions and 4 deletions

View File

@@ -39,7 +39,6 @@ using namespace App;
SheetObserver::SheetObserver(App::Document * document, PropertySheet *_sheet)
: DocumentObserver(document)
, refCount(1)
, sheet(_sheet)
{
}