update prototype, fixing build error

llvm-svn: 42789
This commit is contained in:
Chris Lattner 2007-10-09 16:27:44 +00:00
parent 66966403ce
commit fc16c0a026
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ enum MiscFlags { // Miscellaneous flags to adjust argument
//
class alias;
class Option {
friend void cl::ParseCommandLineOptions(int &, char **, const char *);
friend void cl::ParseCommandLineOptions(int, char **, const char *);
friend class alias;
// handleOccurrences - Overriden by subclasses to handle the value passed into