Skip to content
  • Álvaro Peña's avatar
    main-window: Cast view & buffer objects · 917159a8
    Álvaro Peña authored
    The main window have an editable view and it correspondant
    buffer using a GtkSourceView & GtkSourceBuffer. This patch cast the
    objects into GtkTextView & GtkTextBuffer when it's required, removing
    all the warnings generated by -Wincompatible-pointer-types compiler
    flag.
    
    Fixes: #7
    917159a8