1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 17:05:26 +02:00

Bug 460015 - [visualizer] Make VisualizerThread "m_locInfo" field

protected instead of private

Change-Id: Idd6faafa39fae849839072a96dc8296ebd27652c
This commit is contained in:
Marc Dumais 2015-02-16 08:45:02 -05:00
parent ef889c26f9
commit ae9445c5ae

View file

@ -41,7 +41,7 @@ public class VisualizerThread
protected VisualizerExecutionState m_threadState;
/** Location of this Thread, if any, based on his MIFrame */
private String m_locInfo;
protected String m_locInfo;
// --- constructors/destructors ---