error: Creation method of abstract class cannot be public. #34
Labels
release notes
The work on the ticket is ready, but needs to be released and announced.
type: bug
Something is not working as expected or the documentation is incorrect.
/home/dmitry/Загрузки/diorite-4.15.0/src/glib/DuplexChannel.vala:65.5-65.24: error: Creation method of abstract class cannot be public.
public DuplexChannel(uint id, string name, InputStream input, OutputStream output, uint timeout) {
^^^^^^^^^^^^^^^^^^^^
/home/dmitry/Загрузки/diorite-4.15.0/src/glib/RpcParams.vala:35.5-35.19: error: Creation method of abstract class cannot be public.
public RpcParam(string name, bool required, bool nullable, Variant? default_value, string type_string,
^^^^^^^^^^^^^^^
The text was updated successfully, but these errors were encountered: