mirror of
https://github.com/KingDuckZ/dindexer.git
synced 2025-08-13 14:39:47 +00:00
Rename settings stuff as it got moved to commonlib.
This commit is contained in:
parent
6e7176be10
commit
74afa9f502
7 changed files with 32 additions and 27 deletions
|
@ -35,12 +35,14 @@ namespace fastf {
|
|||
struct FileStats;
|
||||
} //namespace fastf
|
||||
|
||||
namespace din {
|
||||
struct DinDBSettings;
|
||||
namespace dinlib {
|
||||
struct Settings;
|
||||
} //namespace dinlib
|
||||
|
||||
namespace din {
|
||||
class Indexer {
|
||||
public:
|
||||
explicit Indexer ( const DinDBSettings& parDBSettings );
|
||||
explicit Indexer ( const dinlib::Settings& parSettings );
|
||||
Indexer ( Indexer&& ) = default;
|
||||
Indexer ( const Indexer& ) = delete;
|
||||
~Indexer ( void ) noexcept;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue