Browse Source

Misc

tags/1.9.4
falkTX 11 years ago
parent
commit
968538a166
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      source/includes/lv2/uri-map.h
  2. +1
    -1
      source/includes/lv2/urid.h
  3. +1
    -1
      source/includes/lv2/worker.h

+ 1
- 1
source/includes/lv2/uri-map.h View File

@@ -92,7 +92,7 @@ typedef struct {
} LV2_URI_Map_Feature;

#ifdef __cplusplus
} /* extern "C" */
} /* extern "C" */
#endif

#endif /* LV2_URI_MAP_H */

+ 1
- 1
source/includes/lv2/urid.h View File

@@ -123,7 +123,7 @@ typedef struct _LV2_URID_Unmap {
} LV2_URID_Unmap;

#ifdef __cplusplus
} /* extern "C" */
} /* extern "C" */
#endif

#endif /* LV2_URID_H */

+ 1
- 1
source/includes/lv2/worker.h View File

@@ -152,7 +152,7 @@ typedef struct _LV2_Worker_Schedule {
} LV2_Worker_Schedule;

#ifdef __cplusplus
} /* extern "C" */
} /* extern "C" */
#endif

#endif /* LV2_WORKER_H */

Loading…
Cancel
Save