diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/channels.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/channels.h b/src/include/channels.h index deb01f433..a534de9b7 100644 --- a/src/include/channels.h +++ b/src/include/channels.h @@ -54,7 +54,7 @@ struct _base_channel_data { * @details This class represents a generic, synchronous, byte-wide,
* I/O channel. */
-typedef struct _base_channel {
+typedef struct {
struct _base_channel_vmt *vmt; /**< Virtual Methods Table. */
struct _base_channel_data d0; /**< Class data. */
} BaseChannel;
|