Sort private members

This commit is contained in:
Carles Fernandez 2020-06-24 11:27:31 +02:00
parent a9811ee2f4
commit 70b823609a
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D
1 changed files with 8 additions and 5 deletions

View File

@ -74,15 +74,18 @@ public:
gr::basic_block_sptr get_right_block() override;
private:
std::string item_type_;
std::string role_;
unsigned int in_streams_;
unsigned int out_streams_;
gr::blocks::copy::sptr kludge_copy_;
size_t item_size_;
conjugate_cc_sptr conjugate_cc_;
conjugate_sc_sptr conjugate_sc_;
conjugate_ic_sptr conjugate_ic_;
std::string item_type_;
std::string role_;
size_t item_size_;
unsigned int in_streams_;
unsigned int out_streams_;
bool inverted_spectrum;
};