summaryrefslogtreecommitdiff
path: root/conflictcheck.h
diff options
context:
space:
mode:
Diffstat (limited to 'conflictcheck.h')
-rw-r--r--conflictcheck.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/conflictcheck.h b/conflictcheck.h
index 7e6fb7a..2de6fc0 100644
--- a/conflictcheck.h
+++ b/conflictcheck.h
@@ -100,7 +100,7 @@ class cConflictCheckDevice
cDevice* device;
int devicenr;
- cConflictCheckDevice() {}
+ cConflictCheckDevice() { device = NULL; devicenr = 0; }
int Priority() const
{
int prio = -1;