Skip to content
Snippets Groups Projects
Commit d8c1d2a1 authored by Martin Christoph Hierholzer's avatar Martin Christoph Hierholzer
Browse files

fixed missing namespace qualification

parent b65c3710
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@ namespace ChimeraTK {
}
}
void replace(const NDRegisterAccessorBridge<UserType> &newAccessor) = delete;
void replace(const mtca4u::NDRegisterAccessorBridge<UserType> &newAccessor) = delete;
/** Move-assignment operator as an alternative for replace where applicable. This is needed to allow late
* initialisation of ApplicationModules using ArrayAccessors */
......
......@@ -60,7 +60,7 @@ namespace ChimeraTK {
}
}
void replace(const NDRegisterAccessorBridge<UserType> &newAccessor) = delete;
void replace(const mtca4u::NDRegisterAccessorBridge<UserType> &newAccessor) = delete;
using mtca4u::ScalarRegisterAccessor<UserType>::operator=;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment