Ector cairo software: Fix namespacing to use . and not _.

This commit is contained in:
Tom Hacohen 2016-05-12 12:25:42 +01:00
parent 13185fb88f
commit 485ce14889
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
class Ector.Cairo_Software.Surface (Ector.Cairo.Surface, Ector.Software.Buffer.Base)
class Ector.Cairo.Software.Surface (Ector.Cairo.Surface, Ector.Software.Buffer.Base)
{
[[Ector surface on a cairo software backend