forked from OSchip/llvm-project
Make this method static. Bad things(tm) happen when a non-static method is called in a constructor's initializer list.
llvm-svn: 114084
This commit is contained in:
parent
7309e6c7f1
commit
b12ec91a3d
|
@ -77,7 +77,7 @@ protected:
|
|||
bool
|
||||
ValidTermWidthValue (const char *value, Error err);
|
||||
|
||||
const ConstString
|
||||
static const ConstString
|
||||
CreateInstanceName ();
|
||||
|
||||
static const ConstString &
|
||||
|
|
Loading…
Reference in New Issue