fix yo-yo warning (followup 5e37e824, 18dbf031, 2ed144ac)

This commit is contained in:
Juergen E. Fischer 2018-08-09 08:30:18 +02:00
parent 7495ec276e
commit cf728275f1

View File

@ -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;