aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gccld/gccld.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gccld/gccld.h')
-rw-r--r--tools/gccld/gccld.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gccld/gccld.h b/tools/gccld/gccld.h
index b1649f0..8dbae88 100644
--- a/tools/gccld/gccld.h
+++ b/tools/gccld/gccld.h
@@ -46,7 +46,7 @@ GenerateNative (const std::string &OutputFilename,
char ** const envp,
bool Shared,
bool ExportAllAsDynamic,
- const std::string &RPath,
+ const std::vector<std::string> &RPath,
const std::string &SOName,
bool Verbose=false);