aboutsummaryrefslogtreecommitdiff
path: root/examples/inheritance/README
diff options
context:
space:
mode:
Diffstat (limited to 'examples/inheritance/README')
-rw-r--r--examples/inheritance/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/inheritance/README b/examples/inheritance/README
index e69de29..c74510b 100644
--- a/examples/inheritance/README
+++ b/examples/inheritance/README
@@ -0,0 +1,3 @@
+This example shows how to implement XML persistence for C++ classes that use
+inheritance. For the simple case without inheritance see the 'persistence'
+example.