Debugger: Minor fix to text control editor.
TableCellTextControlEditor: - Switch BTextControl inheritance to public, as gcc2 otherwise fails to properly dynamic_cast to BTextControl, which breaks the latter internally.
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
// common base class for editors that input a value via a text field
|
// common base class for editors that input a value via a text field
|
||||||
class TableCellTextControlEditor : public TableCellFormattedValueEditor,
|
class TableCellTextControlEditor : public TableCellFormattedValueEditor,
|
||||||
protected BTextControl {
|
public BTextControl {
|
||||||
public:
|
public:
|
||||||
TableCellTextControlEditor(
|
TableCellTextControlEditor(
|
||||||
::Value* initialValue,
|
::Value* initialValue,
|
||||||
|
|||||||
Reference in New Issue
Block a user