From: ouv Date: Tue, 4 Dec 2007 11:58:59 +0000 (+0000) Subject: Minor change. X-Git-Tag: mergefrom_MERGE_MULTIPR_EVOLUTION_07-Dec-07~8 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=3dad1db3b9e7b4da8d24adee3389c4f875ec11c2;p=modules%2Fvisu.git Minor change. --- diff --git a/src/VISUGUI/VisuGUI_TimeAnimation.h b/src/VISUGUI/VisuGUI_TimeAnimation.h index 3d48e76b..d41e369c 100644 --- a/src/VISUGUI/VisuGUI_TimeAnimation.h +++ b/src/VISUGUI/VisuGUI_TimeAnimation.h @@ -129,7 +129,7 @@ class SetupDlg: public QDialog { void initialize(); bool isRegenerate() const { return myIsRegenerate; } - bool setIsRegenerate( const bool on ) { myIsRegenerate = on; } + void setIsRegenerate( const bool on ) { myIsRegenerate = on; } private slots: void onClose();