Skip to content

Commit

Permalink
FontSupportDirectWrite: Added missing cast
Browse files Browse the repository at this point in the history
  • Loading branch information
RockinRoel committed Jun 20, 2017
1 parent c486c23 commit 4cfad9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Wt/FontSupportDirectWrite.C
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
namespace {

// This enum value is not always available when building
const int WORD_WRAPPING_WHOLE_WORD = 3;
const DWRITE_WORD_WRAPPING WORD_WRAPPING_WHOLE_WORD = (DWRITE_WORD_WRAPPING)3;

const double EPSILON = 1e-4;

Expand Down

0 comments on commit 4cfad9b

Please sign in to comment.