mirror of
https://github.com/SWG-Source/src.git
synced 2026-08-28 17:56:29 -04:00
Removed extra qualifications
This commit is contained in:
@@ -180,7 +180,7 @@ public:
|
||||
static const bool getEnableGoldDatabase (void);
|
||||
static const NetworkId &getMaxGoldNetworkId (void);
|
||||
static const float getDefaultQueueUpdateTimeLimit(void);
|
||||
static const bool ConfigServerDatabase::getEnableDataCleanup(void);
|
||||
static const bool getEnableDataCleanup(void);
|
||||
static const int getDefaultLazyDeleteBulkBindSize (void);
|
||||
static const int getDefaultLazyDeleteSleepTime (void);
|
||||
static const int getWriteDelay (void);
|
||||
|
||||
@@ -34,7 +34,7 @@ namespace DBQuery {
|
||||
GetChunkQuery(const std::string &schema);
|
||||
|
||||
private:
|
||||
virtual DB::Query::QueryMode GetChunkQuery::getExecutionMode() const;
|
||||
virtual QueryMode getExecutionMode() const;
|
||||
|
||||
private:
|
||||
GetChunkQuery(const GetChunkQuery&); // disable
|
||||
|
||||
Reference in New Issue
Block a user