mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-26 06:27:45 +00:00
fix builds on clang
This commit is contained in:
parent
ba651e4c38
commit
39fc43a27a
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
namespace Sapphire::World::Territory::Housing
|
||||
{
|
||||
class HousingInteriorTerritory : public Territory
|
||||
class HousingInteriorTerritory : public Sapphire::Territory
|
||||
{
|
||||
public:
|
||||
HousingInteriorTerritory( Common::LandIdent ident, uint16_t territoryTypeId,
|
||||
|
|
Loading…
Add table
Reference in a new issue