mirror of
https://github.com/KingDuckZ/dindexer.git
synced 2025-08-17 15:19:48 +00:00
Clean up code to handle failed attempts at loading backend plugins.
This commit is contained in:
parent
7de71943ad
commit
61b0b586cf
7 changed files with 74 additions and 63 deletions
|
@ -28,7 +28,7 @@ namespace dinlib {
|
|||
dindb::BackendPlugin backend_plugin;
|
||||
};
|
||||
|
||||
bool load_settings ( const std::string& parPath, Settings& parOut, bool parExpand=true );
|
||||
void load_settings ( const std::string& parPath, Settings& parOut, bool parExpand=true );
|
||||
} //namespace dinlib
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue