Skip to content

Commit

Permalink
Fixed another missing enum name (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 0f58309 commit 8fa3028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interop/logic/table/table_populator.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ namespace illumina { namespace interop { namespace logic { namespace table
*/
class table_populator
{
enum
enum VoidType
{
Void
};
Expand Down

0 comments on commit 8fa3028

Please sign in to comment.