mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
fix yo-yo warning (followup 5e37e824, 18dbf031, 2ed144ac)
This commit is contained in:
parent
7495ec276e
commit
cf728275f1
2
external/libdxfrw/drw_interface.h
vendored
2
external/libdxfrw/drw_interface.h
vendored
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user