summaryrefslogtreecommitdiffstats
path: root/examples/diagrams_e.h
blob: 52823881b6be516e92e04f8d75d76da025c2f3db (plain)
1
2
3
4
5
#ifndef _DIAGRAM_E_H
#define _DIAGRAM_E_H
#include "diagrams_d.h"
class E : public D {};
#endif