Allow PrivilegeEscalator to be disabled during tests.
[dcpomatic.git] / src / lib / cross.h
index 8b594177e884df269de5395976ed79e135132714..d8f0e56a565ab397092ca6408675fd997890120d 100644 (file)
@@ -73,6 +73,8 @@ class PrivilegeEscalator
 public:
        PrivilegeEscalator ();
        ~PrivilegeEscalator ();
+
+       static bool test;
 };
 
 /** @class Waker