]> granicus.if.org Git - icinga2/commitdiff
Make Visual Studio 2010 happy (maybe).
authorGunnar Beutner <gunnar.beutner@netways.de>
Wed, 12 Feb 2014 09:16:52 +0000 (10:16 +0100)
committerGunnar Beutner <gunnar.beutner@netways.de>
Wed, 12 Feb 2014 09:16:52 +0000 (10:16 +0100)
Fixes #5637

lib/base/scriptfunction.h

index cc20cd95822447f40a1877d8271dc00538b52dc4..d67932ba9f26f335f53b01cad6239a9a502fd51e 100644 (file)
@@ -43,7 +43,7 @@ public:
 
        typedef boost::function<Value (const std::vector<Value>& arguments)> Callback;
 
-       explicit ScriptFunction(const Callback& function);
+       ScriptFunction(const Callback& function);
 
        Value Invoke(const std::vector<Value>& arguments);