Skip to content

Commit

Permalink
modules/queue: do not declare Queue as final
Browse files Browse the repository at this point in the history
  • Loading branch information
melvinw authored and Barath Raghavan committed Sep 6, 2017
1 parent 0d5c021 commit 2e6a80b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/modules/queue.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#include "../module.h"
#include "../pb/module_msg.pb.h"

class Queue final : public Module {
class Queue : public Module {
public:
static const Commands cmds;

Expand Down

0 comments on commit 2e6a80b

Please sign in to comment.