diff options
Diffstat (limited to 'libbuild2/script')
-rw-r--r-- | libbuild2/script/script.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/script/script.hxx b/libbuild2/script/script.hxx index f02583c..ac9383c 100644 --- a/libbuild2/script/script.hxx +++ b/libbuild2/script/script.hxx @@ -48,7 +48,7 @@ namespace build2 // using lines = small_vector<line, 1>; - void + LIBBUILD2_SYMEXPORT void dump (ostream&, const string& ind, const lines&); // Parse object model. |