forked from OSchip/llvm-project
I don't know how I managed to build with that missing
semicolon. llvm-svn: 179442
This commit is contained in:
parent
6e8bb9eed5
commit
4458e52c09
|
@ -91,7 +91,7 @@ public:
|
|||
SetValueFromCString (const char *value_str, Error& error);
|
||||
|
||||
virtual bool
|
||||
SetData (DataExtractor &data, Error &error)
|
||||
SetData (DataExtractor &data, Error &error);
|
||||
|
||||
protected:
|
||||
virtual bool
|
||||
|
|
Loading…
Reference in New Issue