blob: 600e33d2fe314735d589a8d23fb56cca5ed16b77 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- hexfile.h.orig Tue Aug 31 11:51:09 1999
+++ hexfile.h Tue Aug 31 11:53:58 1999
@@ -48,7 +48,7 @@
#include "picport.h"
class hexfile {
- const int size = 0x4000;
+ static const int size = 0x4000;
short pgm [size];
int program_location (picport& pic, int addr, bool data) const;
|