[tepl] FileSaver: padding of 12 in the Class struct



commit a6d628dd3d15e1d77056b8243cc583cb8242e724
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Fri Nov 3 12:05:47 2017 +0100

    FileSaver: padding of 12 in the Class struct
    
    Like in all other classes in Tepl.

 tepl/tepl-file-saver.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tepl/tepl-file-saver.h b/tepl/tepl-file-saver.h
index 3065bcf..184332e 100644
--- a/tepl/tepl-file-saver.h
+++ b/tepl/tepl-file-saver.h
@@ -90,7 +90,7 @@ struct _TeplFileSaverClass
 {
        GObjectClass parent_class;
 
-       gpointer padding[10];
+       gpointer padding[12];
 };
 
 GType                   tepl_file_saver_get_type               (void);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]