Skip to content

Commit 204c76f

Browse files
ferdymercurysilverweed
authored andcommitted
Update index.md
1 parent dcb1a5e commit 204c76f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manual/io_custom_classes/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,8 @@ The syntax is:
217217
ClassDef(<ClassName>, <VersionNumber>)
218218
{% endhighlight %}
219219

220-
(In the case of classes inheriting from `TObject`, or from a non-TObject base class declaring itself `ClassDef*`,
221-
it's then better to use `ClassDefOverride` in the child instead of `ClassDef`.)
220+
(In the case of classes inheriting from `TObject`, or from a non-TObject base class declaring itself `ClassDef` or `ClassDefOverride` but not `ClassDefNV`,
221+
then it's better to use `ClassDefOverride` in the child instead of `ClassDef`. Same comment applies to `ClassDefInline` and their override variants.)
222222

223223
The version number identifies this particular version of the class. A version number equal to 0 tells ROOT to not store the class in a root file, but only its base classes (if any).
224224

0 commit comments

Comments
 (0)