From dacd49dde965136824c8eec4ccdcd3c2424538be Mon Sep 17 00:00:00 2001 From: ntrifunovic Date: Sun, 17 May 2009 19:21:31 +0000 Subject: [PATCH] Fixed the signature for main in the sample git-svn-id: http://svn.code.sf.net/p/utfcpp/code@86 a809a056-fc17-0410-9590-b4f493f8b08e --- v2_0/doc/utf8cpp.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2_0/doc/utf8cpp.html b/v2_0/doc/utf8cpp.html index 4ad7e10..c97545e 100644 --- a/v2_0/doc/utf8cpp.html +++ b/v2_0/doc/utf8cpp.html @@ -128,7 +128,7 @@ #include <vector> #include "utf8.h" using namespace std; -int main() +int main(int argc, char** argv) { if (argc != 2) { cout << "\nUsage: docsample filename\n";