|
@ -5,7 +5,7 @@ namespace pEp { |
|
|
namespace PityTest11 { |
|
|
namespace PityTest11 { |
|
|
bool PityPerspective::debug_log_enabled = false; |
|
|
bool PityPerspective::debug_log_enabled = false; |
|
|
|
|
|
|
|
|
PityPerspective::PityPerspective(PityModel& model) : model{ model } |
|
|
PityPerspective::PityPerspective(const PityModel& model) : model{ model } |
|
|
{ |
|
|
{ |
|
|
pEpLogClass("called"); |
|
|
pEpLogClass("called"); |
|
|
} |
|
|
} |
|
|