summaryrefslogtreecommitdiff
path: root/zen/privilege.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'zen/privilege.cpp')
-rw-r--r--zen/privilege.cpp2
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
{
bgstack15