| 181 | } |
| 182 | |
| 183 | template <class T> void Shape<T>::setOutlineColor(const Color& color) |
| 184 | { |
| 185 | static_cast<T&>(*this).shape.setOutlineColor(color); |
| 186 | } |
| 187 | |
| 188 | template <class T> void Shape<T>::setOutlineThickness(float thickness) |
| 189 | { |
no outgoing calls
no test coverage detected