fix case of included header file

This commit is contained in:
Paul Davis 2014-11-25 12:13:23 +02:00
parent 89b211d59f
commit d4bcf39cd0
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@
#define __floating_text_entry_h__
#include <gtkmm/entry.h>
#include <gtkmm/Window.h>
#include <gtkmm/window.h>
class FloatingTextEntry : public Gtk::Window
{