Skip to content

Commit

Permalink
f2
Browse files Browse the repository at this point in the history
  • Loading branch information
adisuciu committed Mar 27, 2024
1 parent 4d529a2 commit 89dcbf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gr-util/src/grproxyblock.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ bool GRProxyBlock::built() { return (!start_blk.isEmpty()) || (end_blk != nullpt

QList<gr::basic_block_sptr> GRProxyBlock::getGrStartPoint() { return start_blk; }
gr::basic_block_sptr GRProxyBlock::getGrEndPoint() { return end_blk; }

#include "moc_grproxyblock.cpp"

#include "moc_grproxyblock.cpp"

0 comments on commit 89dcbf2

Please sign in to comment.