From 78458ca63ae53a3063107f94492679c1c7bb76dc Mon Sep 17 00:00:00 2001 From: Wyatt Olson Date: Sat, 8 May 2010 14:49:14 -0600 Subject: [PATCH] Fixed capitalization of progressdialog.h includes (thanks to Martin for pointing this out, issue #103) --- rtgui/editorpanel.h | 2 +- rtgui/rtwindow.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rtgui/editorpanel.h b/rtgui/editorpanel.h index 76989e4f6..2e2a1e992 100644 --- a/rtgui/editorpanel.h +++ b/rtgui/editorpanel.h @@ -31,7 +31,7 @@ #include #include #include -#include +#include class EditorPanel; struct EditorPanelIdleHelper { diff --git a/rtgui/rtwindow.h b/rtgui/rtwindow.h index f248c2713..fec9fa462 100644 --- a/rtgui/rtwindow.h +++ b/rtgui/rtwindow.h @@ -24,7 +24,7 @@ #include #include #include -#include +#include class RTWindow : public Gtk::Window, public rtengine::ProgressListener{