diff options
author | David Robillard <d@drobilla.net> | 2020-10-21 21:23:20 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-10-21 21:23:37 +0200 |
commit | 4535f74f63f21ca6c51ca8e2d0081d7add34dcb7 (patch) | |
tree | 9ef3f3a44b0ec245dcde72fb67d65237559902fd /include/pugl/pugl_stub.hpp | |
parent | c6be2e43358fccf9b8e89f9ad9f55ff57fbbeb3e (diff) | |
download | pugl-4535f74f63f21ca6c51ca8e2d0081d7add34dcb7.tar.gz pugl-4535f74f63f21ca6c51ca8e2d0081d7add34dcb7.tar.bz2 pugl-4535f74f63f21ca6c51ca8e2d0081d7add34dcb7.zip |
Make backend function wrappers noexcept
Diffstat (limited to 'include/pugl/pugl_stub.hpp')
-rw-r--r-- | include/pugl/pugl_stub.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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(); } |