Planning Assistant Views
derived.h
1 
2 #include "../module1/foo.h"
3 
6 class Derived : public Foo
7 {
8  // Does not override Foo::bar() just add its own stuff...
9 };
Definition: derived.h:6