X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fmisc%2Ftestsuite%2Ftest3.m;h=7948fa84b156dfdc25ccd2d7495d4dc246751b69;hb=3d6ee48d4aacb1fbd5c2741b7b319a62a47009d9;hp=bae2bba97cdffcd917ddb651bf026fc834379cd0;hpb=d1c0b83659a46e172178cb59efc5aad3ae201e89;p=vlc diff --git a/modules/misc/testsuite/test3.m b/modules/misc/testsuite/test3.m index bae2bba97c..7948fa84b1 100644 --- a/modules/misc/testsuite/test3.m +++ b/modules/misc/testsuite/test3.m @@ -2,7 +2,7 @@ * test3.m : Empty Objective C module for vlc ***************************************************************************** * Copyright (C) 2000-2001 VideoLAN - * $Id: test3.m,v 1.1 2002/10/04 13:13:54 sam Exp $ + * $Id: test3.m,v 1.2 2003/12/04 16:49:43 sam Exp $ * * Authors: Samuel Hocevar * @@ -10,7 +10,7 @@ * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the @@ -34,11 +34,11 @@ @class Desc; @interface Desc : Object -+ (char*) ription; ++ (const char*) ription; @end @implementation Desc -+ (char*) ription ++ (const char*) ription { return "Objective C module that does nothing"; }