comparison tests/src/libirccd/command-plugin-info/main.cpp @ 728:ae88795feb99

Tests: pet clang
author David Demelier <markand@malikania.fr>
date Tue, 17 Jul 2018 23:45:00 +0200
parents 3e816cebed2c
children 9d13aabfd63a
comparison
equal deleted inserted replaced
727:0cba996ea033 728:ae88795feb99
28 28
29 namespace { 29 namespace {
30 30
31 class sample_plugin : public plugin { 31 class sample_plugin : public plugin {
32 public: 32 public:
33 auto get_name() const noexcept -> std::string_view 33 auto get_name() const noexcept -> std::string_view override
34 { 34 {
35 return "test"; 35 return "test";
36 } 36 }
37 37
38 auto get_author() const noexcept -> std::string_view override 38 auto get_author() const noexcept -> std::string_view override