Skip to content

Commit e91292b

Browse files
committed
change temp to test - need to figure out how to make it const
1 parent 6706f93 commit e91292b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

axiom/nr_php_packages.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ typedef struct _nr_php_package_t {
2828

2929
typedef struct _nr_php_packages_t {
3030
nr_hashmap_t* data;
31-
const nr_hashmap_t* known_packages;
31+
nr_hashmap_t* known_packages;
32+
/* SHOULD BE CONST !!!*/
3233
} nr_php_packages_t;
3334

3435
typedef void(nr_php_packages_iter_t)(void* value,

0 commit comments

Comments
 (0)