Julius Pfrommer 10 years ago
parent
commit
3a764fd76d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/ua_types.h

+ 1 - 1
include/ua_types.h

@@ -557,7 +557,7 @@ void UA_EXPORT UA_delete(void *p, const UA_DataType *dataType);
  * @param dataType The datatype description
  * @return Returns the memory location of the variable or (void*)0 if no memory could be allocated
  */
-void* UA_EXPORT UA_Array_new(const UA_DataType *dataType, UA_Int32 noElements);
+void UA_EXPORT * UA_Array_new(const UA_DataType *dataType, UA_Int32 noElements);
 
 /**
  * Allocates and copies an array. dst is set to (void*)0 if not enough memory is available.