summarylogtreecommitdiffstats
path: root/c_hist.patch
blob: b29350d8a5e471a71d7ebecd67ceb54fab5babe0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/oqapy-iproc.h b/oqapy-iproc.h
index c52bb0b1..554112b3 100644
--- a/oqapy-iproc.h
+++ b/oqapy-iproc.h
@@ -52,7 +52,7 @@ private :
     Mat b_hist;
     Mat g_hist;
     Mat r_hist;
-    float c_hist[];
+    float* c_hist;
     void getColorHistogram();
     void setContrastStretching(int min, int max, int index);