From 36fa3bc49a739a3bb1212a1b37fd2c817d4ee1dc Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 27 Jan 2020 14:30:24 +0200 Subject: Add missing symbol export declarations --- libbuild2/module.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libbuild2/module.hxx b/libbuild2/module.hxx index 729cc2e..00084c0 100644 --- a/libbuild2/module.hxx +++ b/libbuild2/module.hxx @@ -134,7 +134,7 @@ namespace build2 // the .loaded variable check (use init_module() directly to sidestep // this check). // - bool + LIBBUILD2_SYMEXPORT bool load_module (scope& root, scope& base, const string& name, @@ -145,7 +145,7 @@ namespace build2 // As above but always load and return a reference to the module instance // pointer (so it can be moved). // - unique_ptr& + LIBBUILD2_SYMEXPORT unique_ptr& load_module (scope& root, scope& base, const string& name, -- cgit v1.1