Fix dark mode for release notes.
[dcpomatic.git] / src / lib / release_notes.h
index a5026b432103c7a0045fe4c481b6bdfec4f469bf..d0837248b7494da6ab08443d5c97ce86f097b629 100644 (file)
@@ -23,4 +23,4 @@
 #include <string>
 
 
-extern boost::optional<std::string> find_release_notes(boost::optional<std::string> current = boost::optional<std::string>());
+extern boost::optional<std::string> find_release_notes(bool dark, boost::optional<std::string> current = boost::optional<std::string>());