summaryrefslogtreecommitdiff
path: root/UsbDk/ControlDevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'UsbDk/ControlDevice.h')
-rw-r--r--UsbDk/ControlDevice.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/UsbDk/ControlDevice.h b/UsbDk/ControlDevice.h
index 9d35292..4077a8e 100644
--- a/UsbDk/ControlDevice.h
+++ b/UsbDk/ControlDevice.h
@@ -138,7 +138,7 @@ public:
}
- void Dump() const;
+ void Dump(LONG traceLevel = m_defaultDumpLevel) const;
private:
bool MatchCharacteristic(ULONG CharacteristicFilter, ULONG CharacteristicValue) const
@@ -152,7 +152,7 @@ private:
ULONG m_VID;
ULONG m_PID;
ULONG m_BCD;
-
+ static LONG m_defaultDumpLevel;
DECLARE_CWDMLIST_ENTRY(CUsbDkHideRule);
};