From 4535f74f63f21ca6c51ca8e2d0081d7add34dcb7 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 21 Oct 2020 21:23:20 +0200 Subject: Make backend function wrappers noexcept --- include/pugl/pugl_stub.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/pugl/pugl_stub.hpp') diff --git a/include/pugl/pugl_stub.hpp b/include/pugl/pugl_stub.hpp index c5f3901..362682b 100644 --- a/include/pugl/pugl_stub.hpp +++ b/include/pugl/pugl_stub.hpp @@ -36,7 +36,7 @@ namespace pugl { /// @copydoc puglStubBackend static inline const PuglBackend* -stubBackend() +stubBackend() noexcept { return puglStubBackend(); } -- cgit v1.2.1