extras/Regex: Making regex property const
authorJerome St-Louis <jerome@ecere.com>
Sat, 22 Oct 2016 15:01:15 +0000 (11:01 -0400)
committerJerome St-Louis <jerome@ecere.com>
Sat, 22 Oct 2016 15:13:33 +0000 (11:13 -0400)
extras/Regex.ec

index d9a3789..1e9085c 100644 (file)
@@ -25,7 +25,7 @@ public import "ecere"
 public class Regex : struct
 {
 public:
-   property String regex
+   property const String regex
    {
       set
       {