From 3db9a244eca6c4e7cf71631e93fbe724bff83e66 Mon Sep 17 00:00:00 2001
From: Benny Baumann <BenBE@geshi.org>
Date: Sun, 31 Mar 2019 16:47:58 +0200
Subject: [PATCH] fix: Fix reference issues when compiling on FreeBSD

---
 src/ui/ui_context.hpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/ui/ui_context.hpp b/src/ui/ui_context.hpp
index b716d4d..be79b97 100644
--- a/src/ui/ui_context.hpp
+++ b/src/ui/ui_context.hpp
@@ -11,7 +11,8 @@ namespace rmrf::ui {
  */
 class ui_context {
 public:
-    virtual ~ui_context();
+    virtual ~ui_context() {};
+
     /**
      * Use this method in order to get a fully qualified debug name
      * of the context.
-- 
GitLab