X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_TranslateObstacleOp.h;h=c005d78f936a7c081e00a96bb32ffa03096d171a;hb=4aa4bc7e0960d0ac780d9fa218a574a883184125;hp=d2fa5e683f40d2af219e85c50533e3845a411e2b;hpb=afb0bc62197e8332673faec104a9311061c346c2;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_TranslateObstacleOp.h b/src/HYDROGUI/HYDROGUI_TranslateObstacleOp.h index d2fa5e68..c005d78f 100644 --- a/src/HYDROGUI/HYDROGUI_TranslateObstacleOp.h +++ b/src/HYDROGUI/HYDROGUI_TranslateObstacleOp.h @@ -46,7 +46,8 @@ protected: virtual HYDROGUI_InputPanel* createInputPanel() const; - virtual bool processApply( int& theUpdateFlags, QString& theErrorMsg ); + virtual bool processApply( int& theUpdateFlags, QString& theErrorMsg, + QStringList& theBrowseObjectsEntries ); virtual HYDROGUI_Shape* getPreviewShape() const { return myPreviewPrs; };