Browse Source

Remove constness, until it is official (if ever)

master
falkTX 4 years ago
parent
commit
6535d8afd5
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      lv2-state-test.c

+ 2
- 2
lv2-state-test.c View File

@@ -51,8 +51,8 @@ static LV2_Handle instantiate(const LV2_Descriptor* const descriptor,
const LV2_State_Free_Path* freePath = NULL;
const LV2_State_Make_Path* makePath = NULL;
const LV2_State_Map_Path* mapPath = NULL;
const LV2_Log_Log* log = NULL;
const LV2_URID_Map* uridMap = NULL;
LV2_Log_Log* log = NULL;
LV2_URID_Map* uridMap = NULL;

for (int i=0; features[i] != NULL; ++i)
{


Loading…
Cancel
Save