Skip to content
Snippets Groups Projects
Commit 11f29ff9 authored by Sean McBride's avatar Sean McBride Committed by David Gobbi
Browse files

COMP: removed C++11-style comma at end of enum declaration

Backport of 5f5cc9f0 from master to release.

Change-Id: I6616ace49b2d6589a4894945258145f45880f58f
parent 9e66eb8f
Branches
Tags
No related merge requests found
......@@ -388,7 +388,7 @@ enum Alignment {
AlignAxisHCenter = 0x400,
AlignAxisTop = 0x1000,
AlignAxisBottom = 0x2000,
AlignAxisVCenter = 0x4000,
AlignAxisVCenter = 0x4000
};
//ETX
// Description:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment