diff --git a/src/App/DocumentObserver.h b/src/App/DocumentObserver.h index 7b27ae61dc..62a7a9c9f3 100644 --- a/src/App/DocumentObserver.h +++ b/src/App/DocumentObserver.h @@ -257,7 +257,7 @@ public: PropertyLinkT(); /*! Constructor */ - PropertyLinkT(DocumentObject *obj);// explicit bombs + explicit PropertyLinkT(DocumentObject *obj); /*! Constructor */ PropertyLinkT(DocumentObject *obj, const std::vector& subNames);