Bump libdcp for fix to spacey XSD filenames.
[libsub.git] / src / vertical_reference.cc
index 7dff96515379ef3e6a67f3948ac2b4db18a0d873..d7833a1c9caa8451d92f540ff1021e321c7eb515 100644 (file)
@@ -30,7 +30,7 @@ sub::string_to_vertical_reference (string s)
        if (s == "top") {
                return TOP_OF_SCREEN;
        } else if (s == "center") {
-               return CENTRE_OF_SCREEN;
+               return VERTICAL_CENTRE_OF_SCREEN;
        } else if (s == "bottom") {
                return BOTTOM_OF_SCREEN;
        }