Skip to content

Commit

Permalink
forward decl
Browse files Browse the repository at this point in the history
  • Loading branch information
facontidavide committed Jan 28, 2025
1 parent d61ca70 commit 9402e35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plotjuggler_plugins/DataLoadMCAP/dialog_mcap.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ class dialog_mcap;

namespace mcap
{
class Channel;
struct Channel;
using ChannelPtr = std::shared_ptr<Channel>;
class Schema;
struct Schema;
using SchemaPtr = std::shared_ptr<Schema>;
class LoadParams;
struct LoadParams;
} // namespace mcap

class DialogMCAP : public QDialog
Expand Down

0 comments on commit 9402e35

Please sign in to comment.