Skip to content

Commit cf72827

Browse files
committedAug 9, 2018
fix yo-yo warning (followup 5e37e82, 18dbf03, 2ed144a)
1 parent 7495ec2 commit cf72827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎external/libdxfrw/drw_interface.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ class DRW_Interface
6767
*
6868
* int handle are the value of DRW_Block::handleBlock added with addBlock()
6969
*/
70-
virtual void setBlock( const int handle ) = 0;
70+
virtual void setBlock( int handle ) = 0;
7171

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

1 commit comments

Comments
 (1)

nyalldawson commented on Aug 9, 2018

@nyalldawson
Collaborator

😄

Please sign in to comment.