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

fix: Fix reference issues when compiling on FreeBSD

parent ede27498
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -11,7 +11,8 @@ namespace rmrf::ui { ...@@ -11,7 +11,8 @@ namespace rmrf::ui {
*/ */
class ui_context { class ui_context {
public: public:
virtual ~ui_context(); virtual ~ui_context() {};
/** /**
* 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.
......
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