summaryrefslogtreecommitdiffstats
path: root/examples/diagrams_e.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/diagrams_e.h')
-rw-r--r--examples/diagrams_e.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/diagrams_e.h b/examples/diagrams_e.h
new file mode 100644
index 0000000..5282388
--- /dev/null
+++ b/examples/diagrams_e.h
@@ -0,0 +1,5 @@
+#ifndef _DIAGRAM_E_H
+#define _DIAGRAM_E_H
+#include "diagrams_d.h"
+class E : public D {};
+#endif