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
|
bool
|
||||||
ValidTermWidthValue (const char *value, Error err);
|
ValidTermWidthValue (const char *value, Error err);
|
||||||
|
|
||||||
const ConstString
|
static const ConstString
|
||||||
CreateInstanceName ();
|
CreateInstanceName ();
|
||||||
|
|
||||||
static const ConstString &
|
static const ConstString &
|
||||||
|
|
Loading…
Reference in New Issue