replaced mrw::Shared by std::shared_ptr; refs #28
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
// #include <openssl.hxx>
|
||||
|
||||
#include <string>
|
||||
#include <mrw/checkcxx11.hxx>
|
||||
#include <memory>
|
||||
#include <cctype>
|
||||
#include <stdexcept>
|
||||
|
@@ -14,6 +14,7 @@
|
||||
#include <mrw/args.hxx>
|
||||
|
||||
#include <string>
|
||||
#include <mrw/checkcxx11.hxx>
|
||||
#include <memory>
|
||||
#include <cctype>
|
||||
#include <stdexcept>
|
||||
|
@@ -18,7 +18,7 @@ class TextualCycle: public suisseid::StatusCycle {
|
||||
public:
|
||||
|
||||
// just pass the card to parent
|
||||
TextualCycle(mrw::Shared<suisseid::Card> card):
|
||||
TextualCycle(std::shared_ptr<suisseid::Card> card):
|
||||
StatusCycle(card) {
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user