2
0
mirror of https://github.com/boostorg/wave.git synced 2026-01-28 07:42:16 +00:00

Corrected the signature of the main() function.

[SVN r2088]
This commit is contained in:
Hartmut Kaiser
2004-03-29 07:27:16 +00:00
parent 41df64b9fc
commit bab9052627
4 changed files with 6 additions and 3 deletions

View File

@@ -537,7 +537,7 @@ boost::wave::util::file_position_t current_position;
///////////////////////////////////////////////////////////////////////////////
// main entry point
int
main (int argc, char const *argv[])
main (int argc, char *argv[])
{
try {
// analyze the command line options and arguments