Skip to content
Snippets Groups Projects
Commit effca730 authored by Enric Tejedor Saavedra's avatar Enric Tejedor Saavedra
Browse files

Make AddToGlobalScope static but not inline

parent 993b34a9
Branches
Tags
No related merge requests found
......@@ -26,7 +26,7 @@ using namespace PyROOT;
namespace {
inline void AddToGlobalScope(const char *label, const char * /* hdr */, TObject *obj, Cppyy::TCppType_t klass)
static void AddToGlobalScope(const char *label, const char * /* hdr */, TObject *obj, Cppyy::TCppType_t klass)
{
// Bind the given object with the given class in the global scope with the
// given label for its reference.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment