diff options
Diffstat (limited to 'zen/privilege.cpp')
-rw-r--r-- | zen/privilege.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zen/privilege.cpp b/zen/privilege.cpp index 288a1480..b474958e 100644 --- a/zen/privilege.cpp +++ b/zen/privilege.cpp @@ -99,7 +99,7 @@ public: private: Privileges() {} Privileges(Privileges&); - void operator=(Privileges&); + Privileges& operator=(const Privileges&); ~Privileges() //clean up: deactivate all privileges that have been activated by this application { |