alcadica / develop

A simple tool to help elementary OS developers to develop their own apps and widgets.
https://github.com/alcadica/develop
GNU General Public License v3.0
40 stars 7 forks source link

Fix build against Vala 0.46.5 #44

Closed ryonakano closed 4 years ago

ryonakano commented 4 years ago

Fix the following error message is shown when building the app with valac 0.46.5:

../src/Services/TemplateService.vala:39.9-39.30: error: Creation method of abstract class cannot be public.
        public TemplateService(string template_name, string base_dir) {
        ^^^^^^^^^^^^^^^^^^^^^^
Compilation failed: 1 error(s), 0 warning(s)