From e5aa5bc73f26c78180bd695722529df63b97850e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20M=C3=BCller?= <j.mueller@vr.rwth-aachen.de>
Date: Fri, 27 Jul 2018 14:58:16 +0200
Subject: [PATCH] make Transferfunction not a resource

#470
---
 library/phx/resources/types/transfer_function.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/library/phx/resources/types/transfer_function.hpp b/library/phx/resources/types/transfer_function.hpp
index b73f8134..79500cfd 100644
--- a/library/phx/resources/types/transfer_function.hpp
+++ b/library/phx/resources/types/transfer_function.hpp
@@ -39,7 +39,7 @@ SUPPRESS_WARNINGS_END
 
 namespace phx {
 
-class PHOENIX_EXPORT TransferFunction : public Resource {
+class PHOENIX_EXPORT TransferFunction {
  public:
   enum class InterpolationMode { NEAREST_NEIGHBOR, LINEAR };
   struct PHOENIX_EXPORT Entry {
-- 
GitLab