Mage GM work again
This commit is contained in:
@@ -41,7 +41,6 @@ class WhereClause
|
||||
private:
|
||||
std::string _clause; // WHERE clause
|
||||
std::list<std::string> _bindArgs;
|
||||
|
||||
};
|
||||
|
||||
class InnerJoinClause
|
||||
|
||||
@@ -184,7 +184,6 @@ class Track : public Object<Track, TrackId>
|
||||
}
|
||||
|
||||
private:
|
||||
|
||||
static const std::size_t _maxNameLength = 128;
|
||||
static const std::size_t _maxCopyrightLength = 128;
|
||||
static const std::size_t _maxCopyrightURLLength = 128;
|
||||
|
||||
Reference in New Issue
Block a user