summaryrefslogtreecommitdiff
path: root/src/MTS_IO_GE910Radio.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/MTS_IO_GE910Radio.cpp')
-rw-r--r--src/MTS_IO_GE910Radio.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MTS_IO_GE910Radio.cpp b/src/MTS_IO_GE910Radio.cpp
index f31f4fc..c99d16c 100644
--- a/src/MTS_IO_GE910Radio.cpp
+++ b/src/MTS_IO_GE910Radio.cpp
@@ -34,7 +34,7 @@ using namespace MTS::IO;
const std::string GE910Radio::MODEL_NAME("GE910");
GE910Radio::GE910Radio(const std::string& sPort)
-: CellularRadio(MODEL_NAME, sPort)
+: TelitRadio(MODEL_NAME, sPort)
{
}