dmedvinsky / gsimplecal

Simple and lightweight GTK calendar (BSD license)
http://dmedvinsky.github.io/gsimplecal
Other
197 stars 19 forks source link

Fix compile error with gcc #54

Closed Chocimier closed 12 months ago

Chocimier commented 1 year ago
MainWindow.cpp:166:33: error: invalid cast from type 'std::nullptr_t' to type 'GtkAccelFlags'
  166 |                                 (GtkAccelFlags)NULL, closure);
dmedvinsky commented 12 months ago

thanks