Parcourir la source

Removed a slash that caused a warning.

Aaro Saila il y a 1 mois
Parent
commit
ad41e3411b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      include/scufcont/DArray.h

+ 1 - 1
include/scufcont/DArray.h

@@ -40,7 +40,7 @@
     SCDARRAY_EXPANDER(SCDARRAY_AT_SIG, type, type_name, at);                                 \
     SCDARRAY_EXPANDER(SCDARRAY_REMOVE_SIG, type, type_name, remove);
 
-// SCDARRAY_ALLOC_SIG(type, SCDArray_##type_name, SCDArray_##type_name##_alloc); \
+// SCDARRAY_ALLOC_SIG(type, SCDArray_##type_name, SCDArray_##type_name##_alloc);
 // SCDARRAY_PUSH_BACK_SIG(type, SCDArray_##type_name, SCDArray_##type_name##_push_back);
 
 #define SCDARRAY_STRUCT(type, type_name) \