Skip to content
Snippets Groups Projects
Commit 299e7a40 authored by Maxence Naud's avatar Maxence Naud Committed by Maxence Naud
Browse files

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

parent abbcc999
No related branches found
No related tags found
2 merge requests!105version 0.2.0,!85Initial working python registrar.
......@@ -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