Allow to use revolve tool on Draft objects

This commit is contained in:
wmayer
2012-10-22 14:06:29 +02:00
parent d50b5ed724
commit 640a71a863
4 changed files with 23 additions and 1 deletions

View File

@@ -102,7 +102,7 @@ public:
/// returns true if this objects is currently restoring from file
bool isRestoring() const {return StatusBits.test(4);}
/// recompute only this object
App::DocumentObjectExecReturn *recompute(void);
virtual App::DocumentObjectExecReturn *recompute(void);
/// return the status bits
unsigned long getStatus() const {return StatusBits.to_ulong();}
//@}