mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-11 18:25:40 +02:00
Bug 460015 - [visualizer] Make VisualizerThread "m_locInfo" field
protected instead of private Change-Id: Idd6faafa39fae849839072a96dc8296ebd27652c
This commit is contained in:
parent
ef889c26f9
commit
ae9445c5ae
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ public class VisualizerThread
|
||||||
protected VisualizerExecutionState m_threadState;
|
protected VisualizerExecutionState m_threadState;
|
||||||
|
|
||||||
/** Location of this Thread, if any, based on his MIFrame */
|
/** Location of this Thread, if any, based on his MIFrame */
|
||||||
private String m_locInfo;
|
protected String m_locInfo;
|
||||||
|
|
||||||
|
|
||||||
// --- constructors/destructors ---
|
// --- constructors/destructors ---
|
||||||
|
|
Loading…
Add table
Reference in a new issue