diff options
Diffstat (limited to 'conflictcheck.h')
-rw-r--r-- | conflictcheck.h | 2 |
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; |