summaryrefslogtreecommitdiff
path: root/cad/basicdsp/files/patch-gui.cpp
blob: 7b78e79cc934b4b7d974a9f68c9b971e04e6c012 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- gui.cpp.orig	2008-08-16 23:38:20.000000000 -0400
+++ gui.cpp	2008-08-16 23:38:29.000000000 -0400
@@ -631,6 +631,9 @@
 #endif
 }
 
+#ifndef wxHIDE_READONLY
+#define wxHIDE_READONLY 0
+#endif
 
 void MyFrame::OnOpen(wxCommandEvent& WXUNUSED(event))
 {