From 9e438ef387ca8027f2e13aa3c4a163daccd82683 Mon Sep 17 00:00:00 2001 From: adv Date: Mon, 24 Mar 2014 05:11:05 +0000 Subject: [PATCH] Grant privileges for operation. --- src/HYDROGUI/HYDROGUI_ZLevelsOp.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/HYDROGUI/HYDROGUI_ZLevelsOp.h b/src/HYDROGUI/HYDROGUI_ZLevelsOp.h index 8bf51b51..c83edef6 100644 --- a/src/HYDROGUI/HYDROGUI_ZLevelsOp.h +++ b/src/HYDROGUI/HYDROGUI_ZLevelsOp.h @@ -38,6 +38,10 @@ public: HYDROGUI_ZLevelsOp( HYDROGUI_Module* theModule ); virtual ~HYDROGUI_ZLevelsOp(); +public: + + virtual bool isGranted() const { return true; } + protected: virtual void startOperation(); -- 2.39.2