[BH-2061] Fix developer build Fix of the naming issue that caused build with developer options enabled to fail.
1 files changed, 1 insertions(+), 1 deletions(-) M products/PurePhone/services/desktop/endpoints/EndpointFactoryPure.cpp
M products/PurePhone/services/desktop/endpoints/EndpointFactoryPure.cpp => products/PurePhone/services/desktop/endpoints/EndpointFactoryPure.cpp +1 -1
@@ 43,7 43,7 @@ namespace sdesktop::endpoints case EndpointType::Calllog: return std::make_unique<CalllogEndpoint>(ownerServicePtr); #if ENABLE_DEVELOPER_MODE_ENDPOINT case EndpointType::developerMode: case EndpointType::DeveloperMode: return std::make_unique<DeveloperModeEndpoint>(ownerServicePtr); #endif case EndpointType::Bluetooth: