Revert previous change ("extern" was not the problem)
This commit is contained in:
parent
43c8a82180
commit
f67fbca15b
@ -47,7 +47,7 @@ extern "C" void cling_PrintValue(void * /*cling::Value**/ V) {
|
||||
// Exported for RuntimePrintValue.h
|
||||
namespace cling {
|
||||
namespace valuePrinterInternal {
|
||||
const char* const kEmptyCollection = "{}";
|
||||
extern const char* const kEmptyCollection = "{}";
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user