summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--slv2/slv2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/slv2/slv2.h b/slv2/slv2.h
index 264c868..40e0da1 100644
--- a/slv2/slv2.h
+++ b/slv2/slv2.h
@@ -1149,7 +1149,7 @@ typedef struct _SLV2InstanceImpl* SLV2InstanceImpl;
typedef struct _Instance {
const LV2_Descriptor* lv2_descriptor;
LV2_Handle lv2_handle;
- SLV2InstanceImpl pimpl; ///< Private implementation
+ SLV2InstanceImpl pimpl;
}* SLV2Instance;
/**