diff --git a/src/clib/ctreactor.cpp b/src/clib/ctreactor.cpp index 7b9689184..b317185a2 100644 --- a/src/clib/ctreactor.cpp +++ b/src/clib/ctreactor.cpp @@ -427,7 +427,7 @@ extern "C" { int flowdev_setMaster(int i, int n) { try { - ReactorCabinet::get(i).setMaster( + FlowDeviceCabinet::get(i).setMaster( &FlowDeviceCabinet::item(n)); return 0; } catch (...) {