From 8acaefd887192e38f4115235cd3dc58897690bec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Gonz=C3=A1lez?= Date: Wed, 28 Feb 2018 00:18:35 +0100 Subject: [PATCH] Reverted changes to catch.hpp --- test/catch.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/catch.hpp b/test/catch.hpp index 37fb6b6..ef9a463 100644 --- a/test/catch.hpp +++ b/test/catch.hpp @@ -10280,7 +10280,7 @@ namespace Catch { #ifndef __OBJC__ // Standard C/C++ main entry point -int main (int argc, const char * argv[]) { +int main (int argc, char * argv[]) { return Catch::Session().run( argc, argv ); }