1
0
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:
Ruben S. Montero 2017-01-31 23:18:17 +01:00
parent ee5f9fa57d
commit e92076f71b

View File

@ -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++)