Rename classes from MentalExistent=>MentalPhenomenon
This commit is contained in:
@@ -3,16 +3,16 @@
|
||||
|
||||
#include <cstdint>
|
||||
#include <attentionTrigger.h>
|
||||
#include <mentalExistent.h>
|
||||
#include <implexa.h>
|
||||
|
||||
namespace smo {
|
||||
|
||||
class Quale
|
||||
: public MentalExistent
|
||||
: public MentalPhenomenon
|
||||
{
|
||||
public:
|
||||
Quale(const MentalEntity::Id id, const int32_t intensity)
|
||||
: MentalExistent(id),
|
||||
: MentalPhenomenon(id),
|
||||
intensity(intensity)
|
||||
{}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user