lib/core: Make FlatText public
[nit.git] / lib / core / text / abstract_text.nit
index 64c22c0..ef8a24b 100644 (file)
@@ -998,7 +998,7 @@ abstract class Text
 end
 
 # All kinds of array-based text representations.
-private abstract class FlatText
+abstract class FlatText
        super Text
 
        # Underlying C-String (`char*`)