Skip to content
Snippets Groups Projects
Commit 5b78b976 authored by Maxence Naud's avatar Maxence Naud
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent f72e67d3
No related branches found
No related tags found
2 merge requests!105version 0.2.0,!85Initial working python registrar.
Pipeline #39741 passed
......@@ -124,7 +124,7 @@ public:
* @brief Get the OperatorImpl of the Operator
*
*/
std::shared_ptr<OperatorImpl> getImpl(){
inline std::shared_ptr<OperatorImpl> getImpl() const noexcept {
return mImpl;
}
......
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