Fix gcc-9 build

This commit is contained in:
Kruglov Pavel 2021-02-02 17:38:42 +03:00 committed by GitHub
parent cc14cb11f9
commit 0b4a9ed87a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,5 @@ public:
void setType(int type_) { type = type_; }
};
using TimerDescriptorPtr = std::shared_ptr<TimerDescriptor>;
}
#endif