This commit is contained in:
Clément Le Bihan
2021-05-23 17:17:05 +02:00
parent 4f4785a112
commit b0a77b1a56
23 changed files with 32 additions and 30 deletions
+2 -2
View File
@@ -34,7 +34,7 @@ namespace WAL
//! @brief Get the name fo the entity
std::string getName() const;
//! @brief Used if the entity is disabled
//! @brief Used if the entity is disabled
bool isDisable() const;
//! @brief Disable this entity.
@@ -114,4 +114,4 @@ namespace WAL
//! @brief An entity is assignable
Entity &operator=(const Entity &) = default;
};
}
} // namespace WAL