diff options
Diffstat (limited to 'graphics/libx3dtk/files/patch-Signal.h')
-rw-r--r-- | graphics/libx3dtk/files/patch-Signal.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/graphics/libx3dtk/files/patch-Signal.h b/graphics/libx3dtk/files/patch-Signal.h deleted file mode 100644 index 612a46f0a3e9..000000000000 --- a/graphics/libx3dtk/files/patch-Signal.h +++ /dev/null @@ -1,12 +0,0 @@ -*** include/X3DTK/private/Signal.h.orig Sat Dec 16 16:51:16 2006 ---- include/X3DTK/private/Signal.h Sat Dec 16 16:51:52 2006 -*************** -*** 44,49 **** ---- 44,50 ---- - class Signal - { - public: -+ virtual ~Signal() {} - virtual void transmit() = 0; - - #ifdef TEMPLATE_SPECIALIZATION_SUPPORTED |