Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
akmandor committed Jun 23, 2024
1 parent d14353d commit edac195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/additional_topic_subscriber.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ namespace rviz
/** @brief Helper superclass for AdditionalTopicSubscriber, needed because
* Qt's moc and c++ templates don't work nicely together. Not
* intended to be used directly. */
class _AdditionalTopicSubscriber: QObject
class _AdditionalTopicSubscriber: public QObject
{
Q_OBJECT
public:
Expand Down

0 comments on commit edac195

Please sign in to comment.