1
0
Fork 0
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:
King_DuckZ 2015-12-12 17:41:34 +00:00
parent 6e7176be10
commit 74afa9f502
7 changed files with 32 additions and 27 deletions

View file

@ -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;