I have a piece of code looking like this :
TAxis *axis = 0; if (dynamic_cast(obj)) axis = (dynamic_cast
Can the value of obj be changed by a different thread?