Index: sources/view/hd/adjustment/posttreatment/VPostTreatmentAdjustPatientDisconnectionConfirm.h =================================================================== diff -u -r8f8fc462e36e2ea9fbd236b86aaab5f048c17509 -r7f976c0ffdc727ddb89c1fe11ad250cb724cc4ce --- sources/view/hd/adjustment/posttreatment/VPostTreatmentAdjustPatientDisconnectionConfirm.h (.../VPostTreatmentAdjustPatientDisconnectionConfirm.h) (revision 8f8fc462e36e2ea9fbd236b86aaab5f048c17509) +++ sources/view/hd/adjustment/posttreatment/VPostTreatmentAdjustPatientDisconnectionConfirm.h (.../VPostTreatmentAdjustPatientDisconnectionConfirm.h) (revision 7f976c0ffdc727ddb89c1fe11ad250cb724cc4ce) @@ -18,6 +18,7 @@ // Project #include "main.h" // Doxygen : do not remove +#include "MPostTreatmentAdjustPatientDisconnectionConfirmResponse.h" #include "VAdjustmentResponseBase.h" namespace View { @@ -43,7 +44,7 @@ TRIGGER( bool , adjustment , 0) // disabled coco end - VIEW_DEC_CLASS(VPostTreatmentAdjustmentPatientDisconnectionConfirm) + VIEW_DEC_CLASS_ADJUSTMENT(VPostTreatmentAdjustmentPatientDisconnectionConfirm, AdjustPatientDisconnectionConfirmResponseData) public slots: void doNotify ();