From 3dad1db3b9e7b4da8d24adee3389c4f875ec11c2 Mon Sep 17 00:00:00 2001 From: ouv Date: Tue, 4 Dec 2007 11:58:59 +0000 Subject: [PATCH] Minor change. --- src/VISUGUI/VisuGUI_TimeAnimation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.39.2