]> git.sesse.net Git - casparcg/blobdiff - core/producer/layer.h
2.0.0.2: Disabled captured exceptions in order to allow exact rethrow.
[casparcg] / core / producer / layer.h
index 41cc74f1dd90297f281e11456c84017fcb52c736..83878288a69ee4fbec89e10cc729efa65cb7a087 100644 (file)
@@ -16,7 +16,7 @@ class layer : boost::noncopyable
 public:\r
        layer(); // nothrow\r
        layer(layer&& other); // nothrow\r
-       ~layer();\r
+       ~layer(); // nothrow\r
        layer& operator=(layer&& other); // nothrow\r
 \r
        //NOTE: swap is thread-safe on "other", NOT on "this".\r