Skip to content

Commit

Permalink
Added name to enum as workaround for clang-3.4 bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ezralanglois committed Aug 30, 2016
1 parent ce54756 commit bc990eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interop/logic/table/check_imaging_table_column.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ namespace illumina { namespace interop { namespace logic { namespace table
class check_imaging_table_column
{
typedef model::metrics::q_metric::uint_t uint_t;
enum
enum VoidType
{
Void
};
Expand Down

0 comments on commit bc990eb

Please sign in to comment.