diff options
Diffstat (limited to 'plugins/pychrysalide')
-rw-r--r-- | plugins/pychrysalide/arch/operands/targetable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/pychrysalide/arch/operands/targetable.c b/plugins/pychrysalide/arch/operands/targetable.c index 78a4617..de1a6b4 100644 --- a/plugins/pychrysalide/arch/operands/targetable.c +++ b/plugins/pychrysalide/arch/operands/targetable.c @@ -88,7 +88,7 @@ static void py_targetable_operand_init(GTargetableOperandIface *iface, gpointer "\n" \ "A typical class declaration for a new implementation looks like:\n" \ "\n" \ - " class NewImplem(GObject.Object, RenamedOperand):\n" \ + " class NewImplem(GObject.Object, TargetableOperand):\n" \ " ...\n" \ "\n" \ "The following method has to be defined for new implementations:\n" \ |