I don't know how I managed to build with that missing

semicolon.

llvm-svn: 179442
This commit is contained in:
Sean Callanan 2013-04-13 01:58:06 +00:00
parent 6e8bb9eed5
commit 4458e52c09
1 changed files with 1 additions and 1 deletions

View File

@ -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