/vqdr/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/vqdr/trunk

« back to all changes in this revision

Viewing changes to src/libvqdr/function/function_token.vala

  • Committer: Gustav Hartvigsson
  • Date: 2021-09-08 19:18:17 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20210908191817-1n4gjqga8zupr6s0
* Use enum instead of static values for the priority of operations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
    
72
72
    construct {
73
73
      _allowed_functions = new Gee.HashMap<string, Type?> ();
74
 
      this.priority = PRIO_FUNCTION;
 
74
      this.priority = Prio.FUNCTION;
75
75
    }
76
76
    
77
77
    /**