mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-28 09:27:39 +01:00
fix case of included header file
This commit is contained in:
parent
89b211d59f
commit
d4bcf39cd0
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue