Skip to content

manager: Avoid singleton instance being public

Leesoo Ahn requested to merge memnoth/gnome-todo:master into master

without static, the instance could be accessed by other translation units.

To fix it, add static keyword to be as private.

Merge request reports