From c2343400688366e567f67e89a50d573786f98bec Mon Sep 17 00:00:00 2001 From: Emiel Bruijntjes Date: Fri, 30 Aug 2013 07:47:55 -0700 Subject: Further work in progress (that breaks everything) --- include/function.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'include/function.h') diff --git a/include/function.h b/include/function.h index a7dc9b0..fec83e9 100644 --- a/include/function.h +++ b/include/function.h @@ -91,9 +91,7 @@ public: * @param arguments The actual arguments that were passed * @return Variable Return value */ - virtual Value invoke(const Request *request, const std::initializer_list &arguments) - { - } + virtual Value invoke(const Request *request, const std::initializer_list &arguments); /** * Get access to the internal object -- cgit v1.2.3