Update Globals.h
This commit is contained in:
parent
7e2effb2d8
commit
1499426472
@ -225,7 +225,7 @@ template <typename Type> class cItemCallback
|
|||||||
public:
|
public:
|
||||||
/// Called for each item in the internal list; return true to stop the loop, or false to continue enumerating
|
/// Called for each item in the internal list; return true to stop the loop, or false to continue enumerating
|
||||||
virtual bool Item(Type * a_Type) = 0;
|
virtual bool Item(Type * a_Type) = 0;
|
||||||
virtual ~cItemCallback();
|
virtual ~cItemCallback() {};
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user