NOLINTNEXTLINE(readability-make-member-function-const)
| 43 | |
| 44 | // NOLINTNEXTLINE(readability-make-member-function-const) |
| 45 | void Window::setPos(const unsigned x, const unsigned y) { |
| 46 | AF_THROW(af_set_position(get(), x, y)); |
| 47 | } |
| 48 | |
| 49 | // NOLINTNEXTLINE(readability-make-member-function-const) |
| 50 | void Window::setTitle(const char* const title) { |
no test coverage detected