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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user