Skip to content

Commit

Permalink
wrong commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Iximiel committed Nov 15, 2023
1 parent 213faed commit 05ac10b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/DLLoader.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class DLLoader {
/// Cleanup
~DLLoader();
/// Load a library, returning its handle
void* load(const std::string&);
void* load(const std::string&, bool=false);
/// Returns the last error in dynamic loader
const std::string & error();
/// Returns true if the dynamic loader is available (on some systems it may not).
Expand Down

0 comments on commit 05ac10b

Please sign in to comment.