px4_module.h: remove unnecessary ;

This commit is contained in:
Beat Küng
2018-09-05 16:34:55 +02:00
parent d418a09e1d
commit f2f9a7aadc
+1 -1
View File
@@ -114,7 +114,7 @@ class ModuleBase
{
public:
ModuleBase() = default;
virtual ~ModuleBase() {};
virtual ~ModuleBase() {}
/**
* @brief main Main entry point to the module that should be