Skip to content

Commit

Permalink
fixed the header
Browse files Browse the repository at this point in the history
  • Loading branch information
robotastic committed Jan 15, 2025
1 parent fcc721e commit 58ad771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trunk-recorder/gr_blocks/transmission_sink.h
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ class BLOCKS_API transmission_sink : virtual public sync_block {
void set_bits_per_sample(int bits_per_sample);
void clear_transmission_list();
std::vector<Transmission> get_transmission_list() const;
void add_transmission(const Transmission t);
void add_transmission(const Transmission& t);
int bits_per_sample();
unsigned int sample_rate();
double total_length_in_seconds();
Expand Down

0 comments on commit 58ad771

Please sign in to comment.