Fix code attribute to compile under Vala 0.28: Bug #741760

This commit is contained in:
Jim Nelson 2014-12-19 12:54:43 -08:00
parent 9c2f029587
commit abe45d51b4

View file

@ -54,7 +54,7 @@ private class Geary.ImapDB.GC {
/**
* Operation(s) recommended by {@link should_run_async}.
*/
[Flag]
[Flags]
public enum RecommendedOperation {
/**
* Indicates no garbage collection is recommended at this time.