Skip to content
Snippets Groups Projects
Verified Commit d977060a authored by Benny Baumann's avatar Benny Baumann
Browse files

add: Define undefined method ui_context::get_name()

parent 6fe3da95
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -18,7 +18,9 @@ public: ...@@ -18,7 +18,9 @@ public:
* Use this method in order to get a fully qualified debug name * Use this method in order to get a fully qualified debug name
* of the context. * of the context.
*/ */
virtual std::shared_ptr<std::string> get_name() const; virtual std::shared_ptr<std::string> get_name() const {
return std::make_shared<std::string>();
};
}; };
} }
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