The unified diff between revisions [73cd99bc..] and [bae561de..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'include/init.h'
#
#
# patch "include/init.h"
# from [5d72182063932016b374fa10b5e13f46e4fcd97a]
# to [b25eba7d7c09e9005f074dea2a8ce5ec4920c3a9]
#
============================================================
--- include/init.h 5d72182063932016b374fa10b5e13f46e4fcd97a
+++ include/init.h b25eba7d7c09e9005f074dea2a8ce5ec4920c3a9
@@ -35,6 +35,7 @@ class LibraryInitializer
class LibraryInitializer
{
public:
+ LibraryInitializer(const std::string& = "");
LibraryInitializer(const InitializerOptions&);
~LibraryInitializer();
};