~aleteoryx/muditaos

62ae70a7d1d2d9eaa8a90b6fe76f07fb14a9757b — Lefucjusz 1 year, 5 months ago df6d784
[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: