diff options
author | Roland Reichwein <mail@reichwein.it> | 2023-01-09 10:38:29 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2023-01-09 10:38:29 +0100 |
commit | d747193e76baf689211d9f1e42335360288d43c0 (patch) | |
tree | 91d3911b94f5e9c5091d9ab978bf4f9b4046d626 /plugin_interface.h | |
parent | 7b3fe2cc608928df3b885168a0676a771f7bc7be (diff) |
First websockets test via https
Diffstat (limited to 'plugin_interface.h')
-rw-r--r-- | plugin_interface.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugin_interface.h b/plugin_interface.h index 830c44c..13e5f53 100644 --- a/plugin_interface.h +++ b/plugin_interface.h @@ -16,7 +16,6 @@ public: // // The Interface to be implemented by plugins // - // virtual std::string name() = 0; |