Skip to content
Snippets Groups Projects
Commit 12c5be02 authored by Vassil Vassilev's avatar Vassil Vassilev
Browse files

Expand the size of TClingValue because cling::Value got another member.

parent a150b147
Branches
Tags
No related merge requests found
......@@ -40,6 +40,7 @@ private:
struct HasTheSameSizeAsClingValue {
long double fBiggestElementOfUnion;
void* fType;
void* fInterpreter;
} fValue;
cling::Value& ToCV() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment