Kaydet (Commit) 5850debb authored tarafından Pranav Kant's avatar Pranav Kant

gtktiledviewer: Typo; these should be classes

Change-Id: Iba449fc66423959340c7967c64bc422a28fc75dd
üst daf177f7
......@@ -70,7 +70,7 @@ struct GtvApplicationWindow
struct GtvApplicationWindowClass
{
GtkApplicationWindow parentClass;
GtkApplicationWindowClass parentClass;
};
GType gtv_application_window_get_type (void) G_GNUC_CONST;
......
......@@ -28,7 +28,7 @@ struct GtvApplication
struct GtvApplicationClass
{
GtkApplication parentClass;
GtkApplicationClass parentClass;
};
GType gtv_application_get_type (void) G_GNUC_CONST;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment