Skip to content

Commit

Permalink
fix yo-yo warning (followup 5e37e82, 18dbf03, 2ed144a)
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Aug 9, 2018
1 parent 7495ec2 commit cf72827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/libdxfrw/drw_interface.h
Expand Up @@ -67,7 +67,7 @@ class DRW_Interface
*
* int handle are the value of DRW_Block::handleBlock added with addBlock()
*/
virtual void setBlock( const int handle ) = 0;
virtual void setBlock( int handle ) = 0;

//! Called to end the current block
virtual void endBlock() = 0;
Expand Down

1 comment on commit cf72827

@nyalldawson
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😄

Please sign in to comment.