From b3b3df95886e3b44c0da54cc14d0edb3185670ab Mon Sep 17 00:00:00 2001 From: Gabriel Schlozer Date: Mon, 12 Sep 2016 09:45:25 +0200 Subject: [PATCH] added comment --- UnitTest++/TestRunner.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UnitTest++/TestRunner.h b/UnitTest++/TestRunner.h index 049f0de..d0605f8 100644 --- a/UnitTest++/TestRunner.h +++ b/UnitTest++/TestRunner.h @@ -28,7 +28,7 @@ namespace UnitTest { * Implicit: myTests.exe MySpecialTest MyOtherTest MySuite1 */ UNITTEST_LINKAGE int RunTestsCmd(int argc, char**argv, bool allowImplicitArgs); - UNITTEST_LINKAGE int RunTestsCmd(int argc, char**argv); + UNITTEST_LINKAGE int RunTestsCmd(int argc, char**argv); // Important: keep version with same signature as int main() UNITTEST_LINKAGE int RunAllTests();