mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-01 21:35:40 +02:00
Fix API baseline error in autotools UI.
Change-Id: I303a2e71cd6bf6527b22544fc1b220a78cdda565
This commit is contained in:
parent
839adc35b2
commit
26014d3ff3
1 changed files with 3 additions and 0 deletions
|
@ -28,6 +28,9 @@ public class AutoconfMacroContentAssistProcessor implements
|
||||||
|
|
||||||
protected AutoconfEditor editor;
|
protected AutoconfEditor editor;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @since 2.0
|
||||||
|
*/
|
||||||
public AutoconfMacroContentAssistProcessor(AutoconfEditor editor) {
|
public AutoconfMacroContentAssistProcessor(AutoconfEditor editor) {
|
||||||
this.editor = editor;
|
this.editor = editor;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue