mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 11:19:10 +00:00
Fix some errors and warnings when compiling with Clang
This commit is contained in:
@ -226,6 +226,7 @@ class pfGUIDropTargetProc
|
||||
public:
|
||||
|
||||
pfGUIDropTargetProc() { fRefCnt = 0; }
|
||||
virtual ~pfGUIDropTargetProc() { }
|
||||
|
||||
virtual bool CanEat( pfGUIListElement *element, pfGUIControlMod *source ) = 0;
|
||||
virtual void Eat( pfGUIListElement *element, pfGUIControlMod *source, pfGUIControlMod *parent ) = 0;
|
||||
|
Reference in New Issue
Block a user