e78cc4bdaa2cf0ad819900f73f92c640696f1903
[ardour.git] / libs / pbd / pbd / statefuldestructible.h
1 #ifndef __pbd_stateful_destructible_h__
2 #define __pbd_stateful_destructible_h__
3
4 #include <pbd/stateful.h>
5 #include <pbd/destructible.h>
6
7 namespace PBD {
8 class StatefulDestructible : public Stateful, public Destructible 
9 {
10 };
11 }
12
13 #endif /* __pbd_stateful_destructible_h__ */