Turns out CreateInstanceName is duplicated in two other places. Make them static too, sigh.

llvm-svn: 114087
This commit is contained in:
Benjamin Kramer 2010-09-16 16:23:16 +00:00
parent e9e641cce1
commit 3e9e2fcadd
2 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@ protected:
CopyInstanceSettings (const lldb::InstanceSettingsSP &new_settings,
bool pending);
const ConstString
static const ConstString
CreateInstanceName ();
static const ConstString &

View File

@ -70,7 +70,7 @@ protected:
CopyInstanceSettings (const lldb::InstanceSettingsSP &new_settings,
bool pending);
const ConstString
static const ConstString
CreateInstanceName ();
private: