| src/AutoProperties.hh | |
| 131 | @@ -131,7 +131,7 @@ |
| 131 | class AutoProperty : public Property |
| 132 | { |
| 133 | public: |
| 134 | AutoProperty(void) : cfg_deny(0), |
| 135 | AutoProperty(void) : skip(SKIP_NONE), cfg_deny(0), |
| 136 | group_size(-1), group_behind(false), group_focused_first(false), |
| 137 | group_global(false), group_raise(false), _prop_mask(0) { } |
| 138 | virtual ~AutoProperty(void) { } |
| ... | |