mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-29 18:50:08 +03:00
F #4845: Missing part of ee5f9fa57d804acedf0cb89932a734b6519816ed
This commit is contained in:
parent
ee5f9fa57d
commit
e92076f71b
@ -28,7 +28,7 @@ template <typename T>
|
||||
class ActionSet
|
||||
{
|
||||
public:
|
||||
ActionSet():action_set(0){};
|
||||
ActionSet():action_set(0UL){};
|
||||
ActionSet(const T * actions, int actions_len):action_set(0)
|
||||
{
|
||||
for (int i=0; i<actions_len; i++)
|
||||
|
Loading…
x
Reference in New Issue
Block a user