]> icculus.org git repositories - mikachu/openbox.git/blob - otk/assassin.hh
add next/prev desktop, give them the no_wrap optional arg
[mikachu/openbox.git] / otk / assassin.hh
1 #ifndef __assassin_hh
2 #define __assassin_hh
3
4 namespace otk {
5
6 struct PointerAssassin {
7   template<typename T>
8   inline void operator()(const T ptr) const {
9     delete ptr;
10   }
11 };
12
13 }
14
15 #endif // __assassin_hh