summaryrefslogtreecommitdiff
path: root/library/CustomGrid.h
diff options
context:
space:
mode:
Diffstat (limited to 'library/CustomGrid.h')
-rw-r--r--library/CustomGrid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/CustomGrid.h b/library/CustomGrid.h
index 93a378b4..951aadc3 100644
--- a/library/CustomGrid.h
+++ b/library/CustomGrid.h
@@ -1,7 +1,7 @@
#ifndef CUSTOMGRID_H_INCLUDED
#define CUSTOMGRID_H_INCLUDED
-#include "../ui/MainDialog.h"
+#include "../ui/mainDialog.h"
#include <vector>
#include <wx/grid.h>
bgstack15