+ fix various warnings

This commit is contained in:
wmayer
2015-08-29 23:01:19 +02:00
parent 9c15aa059e
commit 0a06b2b703
8 changed files with 10 additions and 12 deletions

View File

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