diff options
Diffstat (limited to 'Build/source/utils/asymptote/locate.h')
-rw-r--r-- | Build/source/utils/asymptote/locate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/utils/asymptote/locate.h b/Build/source/utils/asymptote/locate.h index 915a5e9d593..338057b805f 100644 --- a/Build/source/utils/asymptote/locate.h +++ b/Build/source/utils/asymptote/locate.h @@ -17,7 +17,7 @@ extern file_list_t searchPath; // Find the appropriate file, first looking in the local directory, then the // directory given in settings, and finally the global system directory. -string locateFile(string id); +string locateFile(string id, bool full=false); namespace fs { |