summary refs log tree commit diff stats
path: root/examples/cross_todo/nimrod_commandline/nimtodo.nim
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cross_todo/nimrod_commandline/nimtodo.nim')
-rw-r--r--examples/cross_todo/nimrod_commandline/nimtodo.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cross_todo/nimrod_commandline/nimtodo.nim b/examples/cross_todo/nimrod_commandline/nimtodo.nim
index b4dac0601..0579027c5 100644
--- a/examples/cross_todo/nimrod_commandline/nimtodo.nim
+++ b/examples/cross_todo/nimrod_commandline/nimtodo.nim
@@ -42,7 +42,7 @@ type
     cmdGenerate       # Add random rows to the database, for testing.
     cmdList           # User wants to list contents.
 
-  TParamConfig = object of TObject
+  TParamConfig = object
     # Structure containing the parsed options from the commandline.
     command: TCommand         # Store the type of operation
     addPriority: int          # Only valid with cmdAdd, stores priority.