~chasedouglas/geis/subscription-flags

Viewing all changes in revision 255.

  • Committer: Chase Douglas
  • Date: 2012-04-20 19:14:59 UTC
  • Revision ID: chase.douglas@ubuntu.com-20120420191459-ml4fdgl8pbue21pu
Typedef GeisSubscriptionFlags to an int instead of an enum

When attempting to set a flags variable with multiple flags OR'd
together, the result is no longer equivalent to a specific value of the
enum. This causes build errors on variable assignment when building with
g++.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: