]> Dogcows Code - chaz/openbox/blob - otk/assassin.hh
HOOGE improvements. now widgets calculate their size according to the sizes of their...
[chaz/openbox] / 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
This page took 0.035545 seconds and 4 git commands to generate.