summaryrefslogtreecommitdiff
path: root/src/iodevice.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/iodevice.cc')
-rw-r--r--src/iodevice.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/iodevice.cc b/src/iodevice.cc
index e68167f..6ee0e5f 100644
--- a/src/iodevice.cc
+++ b/src/iodevice.cc
@@ -24,9 +24,9 @@ IODevice::IODevice(int f)
, timeout(0)
, readCount(0)
, writeCount(0)
- , outputLevel(ErrorLevel)
- , outputLevelLimit(ErrorLevel)
- , error(Unknown)
+ , outputLevel(LogLevel::ErrorLevel)
+ , outputLevelLimit(LogLevel::ErrorLevel)
+ , error(Error::Unknown)
, errorString("Unknown device error")
, dumpfd(0)
{}